Update radio_bot.py

This commit is contained in:
2025-12-28 19:11:47 +00:00
parent a579a8fd53
commit 08b3449ef9

View File

@@ -967,7 +967,7 @@ class RadioBot(slixmpp.ClientXMPP):
self.is_playing_station = False self.is_playing_station = False
self.current_station = None 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): async def cmd_next(self, ctx: MessageContext, arg: str):
t = self.playlist_manager.next_track() t = self.playlist_manager.next_track()