Update err.py
This commit is contained in:
parent
79707d49e6
commit
3ef04a6af5
1 changed files with 3 additions and 0 deletions
|
@ -54,3 +54,6 @@ class Err:
|
||||||
|
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def setup(bot):
|
||||||
|
bot.add_cog(Err(bot))
|
||||||
|
|
Loading…
Reference in a new issue