From 07f632740496c503f4e3891c2cae04dd9e9a07b0 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Wed, 3 Dec 2025 12:11:10 +0100 Subject: [PATCH] discord broke how bot activities look :( --- src/discordbot/status/list.rs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/discordbot/status/list.rs b/src/discordbot/status/list.rs index 1c2b812..a10385b 100644 --- a/src/discordbot/status/list.rs +++ b/src/discordbot/status/list.rs @@ -4,23 +4,23 @@ use std::sync::LazyLock; pub static LIST: LazyLock> = LazyLock::new(|| { use ActivityData as ACT; vec![ - ACT::playing("Team Fortress 2"), - ACT::playing("Minecraft"), - ACT::playing("PGTF Dating Sim"), - ACT::playing("Hades"), - ACT::playing("Bloons TD 6"), + ACT::custom("Playing Team Fortress 2"), + ACT::custom("Playing Minecraft"), + ACT::custom("Playing PGTF Dating Sim"), + ACT::custom("Playing Hades"), + ACT::custom("Playing Bloons TD 6"), // // // // // // // // // // // - ACT::listening("Lin-Manuel Miranda"), - ACT::listening("Kendrick Lamar"), - ACT::listening("Pięć Dwa Dębiec"), - ACT::listening("Gimpson"), + ACT::custom("Listening to Lin-Manuel Miranda"), + ACT::custom("Listening to Kendrick Lamar"), + ACT::custom("Listening to Pięć Dwa Dębiec"), + ACT::custom("Listening to Gimpson"), // // // // // // // // // // // - ACT::watching("Scooby Doo"), - ACT::watching("Horimiya"), - ACT::watching("My Deer Friend Nokotan"), - ACT::watching("Lycoris Recoil"), - ACT::watching("Yuru Camp"), - ACT::watching("DARLING in the FRANXX"), + ACT::custom("Watching Scooby Doo"), + ACT::custom("Watching Horimiya"), + ACT::custom("Watching My Deer Friend Nokotan"), + ACT::custom("Watching Lycoris Recoil"), + ACT::custom("Watching Yuru Camp"), + ACT::custom("Watching DARLING in the FRANXX"), // // // // // // // // // // // ACT::custom("Formalizuje stowarzyszenie"), ACT::custom("Shipuje członków"),