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()