mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Remove help.py
This commit is contained in:
parent
b92736b4f5
commit
7b69b2b3a6
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
import lightbulb
|
||||
|
||||
|
||||
plugin = lightbulb.Plugin("help")
|
||||
|
||||
|
||||
class Help(lightbulb.BaseHelpCommand):
|
||||
pass
|
||||
|
||||
|
||||
def load(bot):
|
||||
bot.d.old_help_command = bot.help_command
|
||||
bot.help_command = Help(bot)
|
||||
|
||||
|
||||
def unload(bot):
|
||||
bot.help_command = bot.d.old_help_command
|
||||
del bot.d.old_help_command
|
Loading…
Reference in a new issue