diff options
| author | Trey <trey6979@gmail.com> | 2018-02-23 19:52:06 -0500 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-02-23 19:52:06 -0500 |
| commit | 8b10be8622c2d6e218749574540066472a97ce5c (patch) | |
| tree | ca86be7ce6183864e92bf5141590d3d7993474ab /bot.js | |
| parent | fe39d91a2e1afccedcdfb672451cbd7dc910b304 (diff) | |
| download | PokeBot-8b10be8622c2d6e218749574540066472a97ce5c.tar.gz PokeBot-8b10be8622c2d6e218749574540066472a97ce5c.tar.bz2 PokeBot-8b10be8622c2d6e218749574540066472a97ce5c.zip | |
even moar testing
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } } |
