diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 18:29:00 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 18:29:00 -0500 |
| commit | a4d1af8d48a303b66172638464fb2223859ef7e0 (patch) | |
| tree | 51f5d2beb03e8f04ae853f203f593c38d92e4af7 /commands/Utility/suggest.js | |
| parent | f43114a42d5d5931fbf6037be44160f37e7dc55a (diff) | |
| download | PokeBot-a4d1af8d48a303b66172638464fb2223859ef7e0.tar.gz PokeBot-a4d1af8d48a303b66172638464fb2223859ef7e0.tar.bz2 PokeBot-a4d1af8d48a303b66172638464fb2223859ef7e0.zip | |
Things
Diffstat (limited to 'commands/Utility/suggest.js')
| -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') |
