This commit is contained in:
2023-02-02 19:21:38 -03:00
parent 52c858cffb
commit 812fc0bf41
3 changed files with 115 additions and 24 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;