diff options
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -256,6 +256,11 @@ commandProcessed = true; } } + + if(command === 'say'){ + message.channel.sendMessage(args.join(" ")); + + } }); |
