diff options
| author | 8cy <[email protected]> | 2020-04-03 23:54:30 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 23:54:30 -0700 |
| commit | 87f342e8bb00214f1ca6fdb7fc4dd95ae3a7d8d5 (patch) | |
| tree | cfddd16370fde2769b7a6d320be7923a90c8d464 | |
| parent | 2020/04/03, 02:50, V1.2.3 (diff) | |
| download | s5nical-87f342e8bb00214f1ca6fdb7fc4dd95ae3a7d8d5.tar.xz s5nical-87f342e8bb00214f1ca6fdb7fc4dd95ae3a7d8d5.zip | |
2020/04/03, 23:53, V1.2.4
| -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) {
|