feat: changed status to Idle

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-10-15 16:33:39 +02:00
parent a1a6451e52
commit 54144ac3f9

View file

@ -80,7 +80,7 @@ object Bot {
} }
this.presence { this.presence {
this.status = PresenceStatus.DoNotDisturb this.status = PresenceStatus.Idle
this.listening("rss feeds") this.listening("rss feeds")
} }
} }