diff options
| author | 8cy <[email protected]> | 2020-04-08 01:34:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-08 01:34:33 -0700 |
| commit | 80f5baf7d08a405888172cb9c494d7f9ca539562 (patch) | |
| tree | 5f1f27e719258b1288014b125e93cf3c1da9a07b /app.js | |
| parent | make botstatus command actually good, v1.4.1 (diff) | |
| download | s5nical-80f5baf7d08a405888172cb9c494d7f9ca539562.tar.xz s5nical-80f5baf7d08a405888172cb9c494d7f9ca539562.zip | |
add custom to botstatus types, v1.4.2
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -133,16 +133,6 @@ bot.on('message', async msg => { return;
}
- // if (msg.content == 'playing') {
-
- // } else if (msg.content == 'steaming') {
-
- // } else if (msg.content == 'listening') {
-
- // } else if (msg.content == 'watching') {
-
- // }
-
// Small command which need app.js variables
if (command == 'uptime' | command == 'ut') {
msg.reply(duration);
|