Update err.py

This commit is contained in:
tumGER 2018-12-23 15:32:22 +01:00
parent 79707d49e6
commit 3ef04a6af5

View file

@ -54,3 +54,6 @@ class Err:
else:
pass
def setup(bot):
bot.add_cog(Err(bot))