Oopsies forgot to return >.<

This commit is contained in:
unknown 2022-03-29 13:59:41 -07:00
parent 5fb96f276a
commit e6284b1e84

View file

@ -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":