diff options
Diffstat (limited to 'commands/suggest.js')
| -rw-r--r-- | commands/suggest.js | 1 |
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 = { |
