Removing NAudio dependency so it will work on Linux

This commit is contained in:
2023-01-31 21:05:31 -03:00
parent 6744736ffd
commit 10323daaa1
6 changed files with 75 additions and 36 deletions

View File

@@ -37,7 +37,7 @@ namespace TextCommandFramework.Services
return;
var argPos = 0;
var prefix = "!";
var prefix = "-";
//Check if the message sent has the specified prefix
if (!message.HasStringPrefix(prefix, ref argPos)) return;