discord broke how bot activities look :(

This commit is contained in:
2025-12-03 12:11:10 +01:00
parent 87361d6418
commit 07f6327404

View File

@@ -4,23 +4,23 @@ use std::sync::LazyLock;
pub static LIST: LazyLock<Vec<ActivityData>> = LazyLock::new(|| { pub static LIST: LazyLock<Vec<ActivityData>> = LazyLock::new(|| {
use ActivityData as ACT; use ActivityData as ACT;
vec![ vec![
ACT::playing("Team Fortress 2"), ACT::custom("Playing Team Fortress 2"),
ACT::playing("Minecraft"), ACT::custom("Playing Minecraft"),
ACT::playing("PGTF Dating Sim"), ACT::custom("Playing PGTF Dating Sim"),
ACT::playing("Hades"), ACT::custom("Playing Hades"),
ACT::playing("Bloons TD 6"), ACT::custom("Playing Bloons TD 6"),
// // // // // // // // // // // // // // // // // // // // // //
ACT::listening("Lin-Manuel Miranda"), ACT::custom("Listening to Lin-Manuel Miranda"),
ACT::listening("Kendrick Lamar"), ACT::custom("Listening to Kendrick Lamar"),
ACT::listening("Pięć Dwa Dębiec"), ACT::custom("Listening to Pięć Dwa Dębiec"),
ACT::listening("Gimpson"), ACT::custom("Listening to Gimpson"),
// // // // // // // // // // // // // // // // // // // // // //
ACT::watching("Scooby Doo"), ACT::custom("Watching Scooby Doo"),
ACT::watching("Horimiya"), ACT::custom("Watching Horimiya"),
ACT::watching("My Deer Friend Nokotan"), ACT::custom("Watching My Deer Friend Nokotan"),
ACT::watching("Lycoris Recoil"), ACT::custom("Watching Lycoris Recoil"),
ACT::watching("Yuru Camp"), ACT::custom("Watching Yuru Camp"),
ACT::watching("DARLING in the FRANXX"), ACT::custom("Watching DARLING in the FRANXX"),
// // // // // // // // // // // // // // // // // // // // // //
ACT::custom("Formalizuje stowarzyszenie"), ACT::custom("Formalizuje stowarzyszenie"),
ACT::custom("Shipuje członków"), ACT::custom("Shipuje członków"),