mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -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("devoice", new DevoiceHandler());
|
||||||
commands.put("kick", new KickHandler());
|
commands.put("kick", new KickHandler());
|
||||||
commands.put("query", new QueryHandler());
|
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