Update radio_bot.py
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user