1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

classic me

This commit is contained in:
Steffo 2018-08-02 01:13:20 +02:00
parent a31f0698bb
commit 1fb7a35b6d

View file

@ -656,6 +656,7 @@ async def queue_play_next_video():
if key in now_playing.file.lower():
await client.send_message(client.get_channel(config["Discord"]["main_channel"]),
song_special_messages[key].format(song=str(now_playing)))
break
else:
await client.send_message(client.get_channel(config["Discord"]["main_channel"]),
f":arrow_forward: Ora in riproduzione: {str(now_playing)}")