mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Added aliases /j and /q
This commit is contained in:
parent
9d7e360e7c
commit
e0284da95f
@ -76,6 +76,10 @@ public class CommandParser
|
||||
commands.put("devoice", new DevoiceHandler());
|
||||
commands.put("kick", new KickHandler());
|
||||
commands.put("query", new QueryHandler());
|
||||
|
||||
// Aliases
|
||||
commands.put("j", commands.get("join"));
|
||||
commands.put("q", commands.get("query"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user