From a521ea0871425d8b0d65224e0c4cad14d48a4cf9 Mon Sep 17 00:00:00 2001 From: iFusion <31099360+iFusionFr@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:03:08 +0200 Subject: [PATCH] Update rename.js --- src/commands/rename.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/rename.js b/src/commands/rename.js index 264ce56..2a6d05d 100644 --- a/src/commands/rename.js +++ b/src/commands/rename.js @@ -30,7 +30,7 @@ module.exports = { .setColor(config.err_colour) .setAuthor(message.author.username, message.author.displayAvatarURL()) .setTitle(':x: **This isn\'t a ticket channel**') - .setDescription('Use this command in the ticket channel you want to rename, or mention the channel.') + .setDescription('Use this command in the ticket channel you want to rename.') .addField('Usage', `\`${config.prefix}${this.name} ${this.usage}\`\n`) .addField('Help', `Type \`${config.prefix}help ${this.name}\` for more information`) .setFooter(guild.name, guild.iconURL())