Oopsies forgot to return >.<
This commit is contained in:
parent
5fb96f276a
commit
e6284b1e84
|
|
@ -47,6 +47,7 @@ public class SettingCommand extends CommandClass {
|
|||
e.deferReply(true).queue();
|
||||
//Private reply, other people can't see this if ephemeral.
|
||||
e.getHook().sendMessage("**You cannot run this command**").queue();
|
||||
return;
|
||||
}
|
||||
switch(e.getSubcommandName().toLowerCase()) {
|
||||
case "view":
|
||||
|
|
|
|||
Loading…
Reference in a new issue