update/add panic control
This commit is contained in:
1 parent
76467288f5
commit
441bb0672c
4 files changed
+157
-3
No files matched your search
+1
-1
@@ -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 });
|
||||
|
||||
Reference in new issue
Block a user