update/add panic control

This commit is contained in:
SowinskiBraeden committed 2022-03-09 16:45:14 -08:00
1 parent 76467288f5
commit 441bb0672c
4 files changed
+157 -3

No files matched your search

+1 -1
View File
@@ -56,7 +56,7 @@ module.exports = async (client, message) => {
return client.sendError(
message.channel,
"Missing Permissions!" + GuildDB.DJ
? " You need the `DJ` role to access this command."
? " You need the correct role to access this command."
: ""
);
cmd.run(client, message, args, { GuildDB });