diff options
| author | 8cy <[email protected]> | 2020-04-04 00:00:32 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-04 00:00:32 -0700 |
| commit | e6e0d58ec5901cb08c5f13f9d88421bce8611035 (patch) | |
| tree | a2d9090ff5b8450acec1bbd732b6ad7c9732a9df | |
| parent | 2020/04/03, 23:53, V1.2.4 (diff) | |
| download | s5nical-e6e0d58ec5901cb08c5f13f9d88421bce8611035.tar.xz s5nical-e6e0d58ec5901cb08c5f13f9d88421bce8611035.zip | |
fix emoji id, v1.2.5
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -443,7 +443,7 @@ ice-king: says a quote from ice king from adventure time.`, false) }
if (msg.mentions.everyone) {
- msg.react(':ArisaPing:');
+ msg.react(':ArisaPing:695887537390223402');
}
/*if (command == 'botstatus' || command == 'status' || command == 'bs') {
|