Hotfix for loop, minor typos

This commit is contained in:
Twentysix
2016-02-11 10:32:01 +01:00
parent 1e592cb795
commit 533c59de97
3 changed files with 3 additions and 1 deletions

View File

@@ -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))