configure playing status

This commit is contained in:
jude
2022-05-13 12:43:27 +01:00
parent d7a0b727fb
commit 8bad95510d
3 changed files with 20 additions and 2 deletions

View File

@ -14,6 +14,9 @@ pub async fn listener(
data: &Data,
) -> Result<(), Error> {
match event {
poise::Event::Ready { .. } => {
ctx.set_activity(serenity::Activity::watching("for /remind")).await;
}
poise::Event::CacheReady { .. } => {
info!("Cache Ready! Preparing extra processes");