feat: changed status to Idle
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
a1a6451e52
commit
54144ac3f9
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ object Bot {
|
|||
}
|
||||
|
||||
this.presence {
|
||||
this.status = PresenceStatus.DoNotDisturb
|
||||
this.status = PresenceStatus.Idle
|
||||
this.listening("rss feeds")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue