mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Hotfix for loop, minor typos
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user