aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2018-05-28 12:21:54 -0400
committerGitHub <noreply@github.com>2018-05-28 12:21:54 -0400
commit47cef7103609c758d0222befa4603c0d5587860f (patch)
tree0f6b5640167eba5812daa25871637c705211e9f4 /commands
parent39e713d2da5091aa1e0867a5911462d91c16c4cf (diff)
downloadAleeBot-47cef7103609c758d0222befa4603c0d5587860f.tar.gz
AleeBot-47cef7103609c758d0222befa4603c0d5587860f.tar.bz2
AleeBot-47cef7103609c758d0222befa4603c0d5587860f.zip
Update suggestfeature.js
Diffstat (limited to 'commands')
-rw-r--r--commands/suggestfeature.js4
1 files 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
+