Added helpful default case
This commit is contained in:
parent
781f14d165
commit
aca61214c9
@ -37,9 +37,7 @@ public class PermissionCommand extends Command {
|
|||||||
case "remove" ->
|
case "remove" ->
|
||||||
// Remove a static permission from the mentioned user, if any
|
// Remove a static permission from the mentioned user, if any
|
||||||
remove(ctx);
|
remove(ctx);
|
||||||
default -> {
|
default -> ctx.reply("Incorrect usage, check ~help permission");
|
||||||
}
|
|
||||||
// You don't know how to use this command LUL
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user