Added /t cmds for /t list

This commit is contained in:
Norbi Peti 2016-12-14 22:56:00 +01:00 committed by GitHub
parent fedbbfc739
commit de0fb28747

View file

@ -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<>();