1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Fix callable exception temporarily

This commit is contained in:
Myned 2019-09-17 04:03:29 -04:00
parent 56782e75dc
commit 0bb34d0559

5
src/cogs/help.py Normal file
View file

@ -0,0 +1,5 @@
from discord.ext import commands as cmds
class Help(cmds.HelpCommand):
pass