From 86acd5ea7a4e290d00d792e95dd68f786356d72d Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sat, 1 Jul 2023 18:55:20 -0700 Subject: [PATCH] fix reset-channel.js --- commands/reset-channels.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/reset-channels.js b/commands/reset-channels.js index 5b9cb2b..3ef4e2e 100644 --- a/commands/reset-channels.js +++ b/commands/reset-channels.js @@ -1,9 +1,9 @@ const { EmbedBuilder } = require('discord.js'); module.exports = { - name: "setchannel", - description: "Add channel to allowed channels", - usage: "[channel]", + name: "reset-channels", + description: "Reset channels", + usage: "[", permissions: { channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"], member: ["MANAGE_GUILD"],