aboutsummaryrefslogtreecommitdiff
path: root/commands/suggestfeature.js
diff options
context:
space:
mode:
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.")
};