summaryrefslogtreecommitdiff
path: root/commands/suggest.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-25 14:56:15 -0400
committerAlee <alee14498@gmail.com>2018-03-25 14:56:15 -0400
commit0049a9acc0845f2071e8eb07aae48366fce474e0 (patch)
treedf38de85577bff1b606f8a3d3e8bf1011b932fea /commands/suggest.js
parent92b84d51d3b9d8d1ac578e37544d41d37a5b1768 (diff)
downloadAleeBot-0049a9acc0845f2071e8eb07aae48366fce474e0.tar.gz
AleeBot-0049a9acc0845f2071e8eb07aae48366fce474e0.tar.bz2
AleeBot-0049a9acc0845f2071e8eb07aae48366fce474e0.zip
More changes in ban, kick and suggest
Diffstat (limited to 'commands/suggest.js')
-rw-r--r--commands/suggest.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/suggest.js b/commands/suggest.js
index 23fc846..d8171ab 100644
--- a/commands/suggest.js
+++ b/commands/suggest.js
@@ -35,6 +35,7 @@ module.exports.run = async (client, message, args) => {
message.react('\u2705');
message.react('\u274E');
});
+ message.reply("Alright, your suggestion has been shown now.")
};
exports.conf = {