diff --git a/commands/plateSearch.js b/commands/plateSearch.js index f7dcfb4..cfc3e05 100644 --- a/commands/plateSearch.js +++ b/commands/plateSearch.js @@ -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");