diff options
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ client.once('ready', async () => { console.log() // i would use a set interval in the main msg body but this is better for now because during maintenance you tend to refresh refresh a lot + // kinda crap if you forget to change uppity's status off of maintainence... 2020/05/05, 17:29 if ((await client.users.fetch('705537104339402815')).presence.activities[0].name == 'maintenance') { client.user?.setActivity('uwu!help | Maintenance', { type: 'WATCHING' |