From 8d9967843e5637315eff30f1422f55168a106e9d Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 17 Sep 2019 04:03:29 -0400 Subject: [PATCH] Add placeholder for custom help command --- src/cogs/help.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/cogs/help.py diff --git a/src/cogs/help.py b/src/cogs/help.py new file mode 100644 index 0000000..b0b6d67 --- /dev/null +++ b/src/cogs/help.py @@ -0,0 +1,5 @@ +from discord.ext import commands as cmds + + +class Help(cmds.HelpCommand): + pass