Graceful Ctrl+C handler for serenity bots.
use serenity_ctrlc::Ext; ClientBuilder::new(token) // ... .await? .ctrlc()? // ← .start() .await?;