aboutsummaryrefslogtreecommitdiff
path: root/commands/suggestfeature.js
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2018-05-28 12:26:17 -0400
committerGitHub <noreply@github.com>2018-05-28 12:26:17 -0400
commitd89b019b0eda45fd5b9f82075198da080ab7f336 (patch)
tree34186190ad66d905aa166d35f63312482a7bebbb /commands/suggestfeature.js
parent47cef7103609c758d0222befa4603c0d5587860f (diff)
downloadAleeBot-d89b019b0eda45fd5b9f82075198da080ab7f336.tar.gz
AleeBot-d89b019b0eda45fd5b9f82075198da080ab7f336.tar.bz2
AleeBot-d89b019b0eda45fd5b9f82075198da080ab7f336.zip
Update suggestfeature.js
Diffstat (limited to 'commands/suggestfeature.js')
-rw-r--r--commands/suggestfeature.js6
1 files 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.")
};