mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Minor adjustment x2
This commit is contained in:
parent
0443a95c99
commit
7e4bd4ef8f
@ -343,7 +343,7 @@ class Audio:
|
||||
else:
|
||||
song_names.append("Could not get song title")
|
||||
except:
|
||||
await self.bot.say("Error.")
|
||||
song_names.append("Could not get song title")
|
||||
song_list = '\n'.join('{}: {}'.format(*k) for k in enumerate(song_names))
|
||||
elif self.music_player.is_playing():
|
||||
song_list = "0: {}".format(song_names)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user