From 08b3449ef96b1c71e111c8f281fc76a723093f60 Mon Sep 17 00:00:00 2001 From: just n Date: Sun, 28 Dec 2025 19:11:47 +0000 Subject: [PATCH] Update radio_bot.py --- radio_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio_bot.py b/radio_bot.py index 357fd9d..50ed697 100644 --- a/radio_bot.py +++ b/radio_bot.py @@ -967,7 +967,7 @@ class RadioBot(slixmpp.ClientXMPP): self.is_playing_station = False self.current_station = None - await self.reply(ctx, "⏹️ Stopped") + await self.reply(ctx, "⏹️ Radio is not dead! It is just ending this broadcast!") async def cmd_next(self, ctx: MessageContext, arg: str): t = self.playlist_manager.next_track()