diff options
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -259,6 +259,8 @@ commandProcessed = true; if(command === 'say'){ message.channel.sendMessage(args.join(" ")); + message.delete(); + } |
![]() |
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 |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | aleebot.js | 2 |
@@ -259,6 +259,8 @@ commandProcessed = true; if(command === 'say'){ message.channel.sendMessage(args.join(" ")); + message.delete(); + } |