From 8b10be8622c2d6e218749574540066472a97ce5c Mon Sep 17 00:00:00 2001 From: Trey Date: Fri, 23 Feb 2018 19:52:06 -0500 Subject: even moar testing --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index c62b6e9..2fb11ae 100644 --- a/bot.js +++ b/bot.js @@ -52,7 +52,7 @@ function parseCommand(msg) { //.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!') + bot.channels.get('416726932927938570').send(args.join(' ')); break; } } -- cgit v1.2.3