fix crash bug

This commit is contained in:
SowinskiBraeden committed 2022-07-03 13:27:57 -07:00
1 parent 9d6be863ad
commit 0d69c6c79d
2 files changed
+21 -1

No files matched your search

+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
* @param {string[]} args
* @param {*} param3
*/
run: async (client, message, args) => {
run: async (client, message, args, { GuildDB }) => {
let useCommand = await client.verifyUseCommand(GuildDB.serverID, message.member.roles.cache, false);
if (!useCommand) return message.channel.send("You don't have permission to use this command");