mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Fixing error
This commit is contained in:
@@ -30,7 +30,6 @@ class ProcessCommandsExecutor:
|
||||
self.__emojis = VEmojis()
|
||||
|
||||
async def sendNowPlaying(self, playlist: Playlist, channel: TextChannel, song: Song) -> None:
|
||||
print('B')
|
||||
# Get the lock of the playlist
|
||||
if playlist.isLoopingOne():
|
||||
title = self.__messages.ONE_SONG_LOOPING
|
||||
|
||||
Reference in New Issue
Block a user