From a4d1af8d48a303b66172638464fb2223859ef7e0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 18:29:00 -0500 Subject: Things --- commands/Utility/suggest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility') 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') -- cgit v1.2.3