mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
Hotfix for loop, minor typos
This commit is contained in:
parent
1e592cb795
commit
533c59de97
@ -184,6 +184,7 @@ class Audio:
|
||||
msg = ctx.message
|
||||
if self.music_player.is_playing():
|
||||
if await self.is_alone_or_admin(msg.author):
|
||||
self.current = -1
|
||||
self.playlist = [self.downloader["URL"]]
|
||||
await self.bot.say("I will play this song on repeat.")
|
||||
else:
|
||||
|
||||
@ -108,5 +108,5 @@ def setup(bot):
|
||||
try:
|
||||
from imgurpython import ImgurClient
|
||||
except:
|
||||
raise ModuleNotFound("imgurpython is not installed. Do 'pip install imgurpython' to use this cog.")
|
||||
raise ModuleNotFound("imgurpython is not installed. Do 'pip3 install imgurpython' to use this cog.")
|
||||
bot.add_cog(Image(bot))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user