Changing command prefix back to !

This commit is contained in:
2023-01-31 21:18:28 -03:00
parent be8e430378
commit 776eb9868d
2 changed files with 39 additions and 4 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;