Add status and activity to the bot
This commit is contained in:
@@ -93,6 +93,8 @@ async fn main() {
|
||||
|
||||
let client = serenity::ClientBuilder::new(token, intents)
|
||||
.framework(framework)
|
||||
.status(serenity::OnlineStatus::Idle)
|
||||
.activity(ActivityData::playing("next station ⭐ /help"))
|
||||
.await;
|
||||
|
||||
client.unwrap().start().await.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user