mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Add placeholder for custom help command
This commit is contained in:
parent
56782e75dc
commit
8d9967843e
1 changed files with 5 additions and 0 deletions
5
src/cogs/help.py
Normal file
5
src/cogs/help.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from discord.ext import commands as cmds
|
||||||
|
|
||||||
|
|
||||||
|
class Help(cmds.HelpCommand):
|
||||||
|
pass
|
Loading…
Reference in a new issue