fix plateSearch GuildDB undefined err

This commit is contained in:
SowinskiBraeden committed 2022-05-11 14:02:45 -07:00
1 parent 62077831b4
commit 6b1f010f32
1 file changed
+1 -1
+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");