mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-15 08:08:42 -06:00
Add "e" alias for event command.
This commit is contained in:
@@ -55,7 +55,10 @@ public class EventCommand implements ICommand {
|
||||
*/
|
||||
@Override
|
||||
public ArrayList<String> getAliases() {
|
||||
return new ArrayList<>();
|
||||
ArrayList<String> a = new ArrayList<>();
|
||||
a.add("e");
|
||||
|
||||
return a;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user