From 73c55246da3ebacd99ffe9333442635e4f58bd33 Mon Sep 17 00:00:00 2001 From: Trey Date: Fri, 23 Feb 2018 19:45:46 -0500 Subject: further command testing --- bot.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bot.js b/bot.js index 9fb0e1b..9cec227 100644 --- a/bot.js +++ b/bot.js @@ -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; } } -- cgit v1.2.3