Added /t cmds for /t list
This commit is contained in:
parent
fedbbfc739
commit
de0fb28747
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class MCChatListener implements Listener, IListener<MessageReceivedEvent>
|
|||
}
|
||||
|
||||
private static final String[] UnconnectedCmds = new String[] { "list", "u", "shrug", "tableflip", "unflip",
|
||||
"mwiki" };
|
||||
"mwiki", "t" };
|
||||
|
||||
public static final HashMap<String, DiscordSender> UnconnectedSenders = new HashMap<>();
|
||||
public static final HashMap<String, DiscordPlayerSender> ConnectedSenders = new HashMap<>();
|
||||
|
|
Loading…
Reference in a new issue