diff options
| -rw-r--r-- | app.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -442,6 +442,10 @@ ice-king: says a quote from ice king from adventure time.`, false) }
}
+ if (msg.mentions.everyone) {
+ msg.react(':ArisaPing:');
+ }
+
/*if (command == 'botstatus' || command == 'status' || command == 'bs') {
if (msg.member.hasPermission('KICK_MEMBERS')) {
if (!args) {
|