diff options
| author | Trey <trey6979@gmail.com> | 2018-02-23 19:45:46 -0500 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-02-23 19:45:46 -0500 |
| commit | 73c55246da3ebacd99ffe9333442635e4f58bd33 (patch) | |
| tree | 5d62fe184143660a70167a8fa8b69f5b9ba6d9ca | |
| parent | 5298f84e8d8b6ba1f710a9b30c0034ec75124fe8 (diff) | |
| download | PokeBot-73c55246da3ebacd99ffe9333442635e4f58bd33.tar.gz PokeBot-73c55246da3ebacd99ffe9333442635e4f58bd33.tar.bz2 PokeBot-73c55246da3ebacd99ffe9333442635e4f58bd33.zip | |
further command testing
| -rw-r--r-- | bot.js | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -40,13 +40,14 @@ function parseCommand(msg) { msg.channel.send(':ping_pong: Pong! ' + Math.floor(bot.ping) + 'ms.'); break; case 'suggest': - bot.channels.get('416726932927938570').send( - new Discord.RichEmbed() - .setColor (0x00ae86) - .setTitle('Suggestion') - .setDescription('This is a suggestion from a community member for something relating to the server. Please rate it based on your opinion, and a staff member will decide what to do with the suggestion.') - .addField('Suggestion Contents', args.join(' ')) - ); + //bot.channels.get('416726932927938570').send( + //new Discord.RichEmbed() + //.setColor (0x00ae86) + //.setTitle('Suggestion') + //.setDescription('This is a suggestion from a community member for something relating to the server. Please rate it based on your opinion, and a staff member will decide what to do with the suggestion.') + //.addField('Suggestion Contents', args.join(' ')) + //); + bot.channels.get('416726932927938570').send('this is a test!') break; } } |
