= Database tracked object formatting change

This commit is contained in:
Matthew Cech
2019-06-19 21:26:56 -07:00
parent 5db2d80971
commit 78efa4ad8f
10 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -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);