diff --git a/commands/Config/leavechannel.js b/commands/Config/leavechannel.js index c79e191..fb0cc52 100644 --- a/commands/Config/leavechannel.js +++ b/commands/Config/leavechannel.js @@ -8,7 +8,7 @@ module.exports = { name: "leavechannel", description: "Sets a custom leave channel instead of the default channel!", args: true, - usage: `leavechannel add || leave remove `, + usage: `leavechannel add || leavechannel remove `, async run(message, args, client, defaultPrefix) { if ( !message.member.permissions.has("MANAGE_GUILD") || diff --git a/commands/Config/welcomechannel.js b/commands/Config/welcomechannel.js index 317f2ca..eedfd9c 100644 --- a/commands/Config/welcomechannel.js +++ b/commands/Config/welcomechannel.js @@ -8,7 +8,7 @@ module.exports = { name: "welcomechannel", description: "Sets a custom welcome channel instead of the default channel!", args: true, - usage: `welcomechannel add || welcome remove `, + usage: `welcomechannel add || welcomechannel remove `, async run(message, args, client, defaultPrefix) { if ( !message.member.permissions.has("MANAGE_GUILD") ||