From 47cef7103609c758d0222befa4603c0d5587860f Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 May 2018 12:21:54 -0400 Subject: Update suggestfeature.js --- commands/suggestfeature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/suggestfeature.js b/commands/suggestfeature.js index 52b077e..ba786cc 100644 --- a/commands/suggestfeature.js +++ b/commands/suggestfeature.js @@ -23,7 +23,7 @@ module.exports.run = async (client, message, args) => { new RichEmbed() .setColor ('#1fd619') .setTitle('Suggestion') - .setDescription(`This is a suggestion from `+ message.author.username +` and the guild ${message.guild.name}.`) + .setDescription(`This is a 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.") @@ -40,4 +40,4 @@ module.exports.run = async (client, message, args) => { usage: 'suggestfeature [suggestion]', category: '- General Commands', }; - \ No newline at end of file + -- cgit v1.2.3