diff options
Diffstat (limited to 'commands/Utility')
| -rw-r--r-- | commands/Utility/suggest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/suggest.js b/commands/Utility/suggest.js index 831d222..72c2a02 100644 --- a/commands/Utility/suggest.js +++ b/commands/Utility/suggest.js @@ -1,6 +1,6 @@ exports.run = (bot, msg, args) => { const { RichEmbed } = require('discord.js'); - bot.channels.get('416726932927938570').send( + bot.channels.find('name', 'suggestions').send( new RichEmbed() .setColor (0x00ae86) .setTitle('Suggestion') |
