= Database tracked object formatting change
This commit is contained in:
@@ -38,7 +38,7 @@ public class UserInput
|
||||
mentions = FindMentionedUsers(event);
|
||||
|
||||
toParse = toParse.trim();
|
||||
String commandIndicator = guildContext.GetCommandIndicator();
|
||||
String commandIndicator = guildContext.getCommandIndicator();
|
||||
if(toParse.startsWith(commandIndicator))
|
||||
{
|
||||
int loc = FindFirstWhitespace(toParse);
|
||||
|
||||
Reference in New Issue
Block a user