Fixed invalid command reference
This commit is contained in:
@@ -319,7 +319,7 @@ public class CommandManager {
|
|||||||
|
|
||||||
// Register the switchantibot command
|
// Register the switchantibot command
|
||||||
CommandDescription switchAntiBotCommand = new CommandDescription(
|
CommandDescription switchAntiBotCommand = new CommandDescription(
|
||||||
new PurgeLastPositionCommand(),
|
new SwitchAntiBotCommand(),
|
||||||
new ArrayList<String>() {{
|
new ArrayList<String>() {{
|
||||||
add("switchantibot");
|
add("switchantibot");
|
||||||
add("toggleantibot");
|
add("toggleantibot");
|
||||||
|
|||||||
Reference in New Issue
Block a user