diff options
| -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(" ")); + + } }); |
![]() |
index : personal/AleeBot.git | |
| An all-in-one bot that's made from the Discord.JS API! This bot is made for discord servers. | Alee |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | aleebot.js | 5 |
@@ -256,6 +256,11 @@ commandProcessed = true; } } + + if(command === 'say'){ + message.channel.sendMessage(args.join(" ")); + + } }); |