summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-05 17:30:26 -0700
committer8cy <[email protected]>2020-05-05 17:30:26 -0700
commita62dda297388e1d1b7e36ff37dbd667cd12a8066 (patch)
tree8672c5a0b3dc68f18e4b117a615b9db07c5b7b6d /src/bot.ts
parentadd api, change sementic version tag (diff)
downloaddep-core-a62dda297388e1d1b7e36ff37dbd667cd12a8066.tar.xz
dep-core-a62dda297388e1d1b7e36ff37dbd667cd12a8066.zip
make default status cmd response uwufier's status
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 8334cc8..bfd2ea2 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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'