diff --git a/src/commands/rename.js b/src/commands/rename.js index 89f1111..264ce56 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 close, or mention the channel.') + .setDescription('Use this command in the ticket channel you want to rename, or mention the channel.') .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()) @@ -61,4 +61,4 @@ module.exports = { .setFooter(client.user.username, client.user.displayAvatarURL()) ); } -}; \ No newline at end of file +};