From d89b019b0eda45fd5b9f82075198da080ab7f336 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 May 2018 12:26:17 -0400 Subject: Update suggestfeature.js --- commands/suggestfeature.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/suggestfeature.js b/commands/suggestfeature.js index ba786cc..04db033 100644 --- a/commands/suggestfeature.js +++ b/commands/suggestfeature.js @@ -22,11 +22,11 @@ module.exports.run = async (client, message, args) => { client.channels.find('id', '435234655579537418').send( new RichEmbed() .setColor ('#1fd619') - .setTitle('Suggestion') - .setDescription(`This is a suggestion from `+ message.author.username +` and from the guild ${message.guild.name}.`) + .setTitle('AleeBot Feature Suggestion') + .setDescription(`This is a AleeBot feature suggestion from `+ message.author.username +` and from the guild ${message.guild.name}.`) .addField('Suggestion Contents', args.join(' ')) ) - message.reply("Alright, your suggestion has been shown to the ACN guild.") + await message.reply("Alright, your suggestion has been shown to the ACN guild.") }; -- cgit v1.2.3