diff options
-rw-r--r-- | bot/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/help.py b/bot/help.py index 7e2064c8..34eb023e 100644 --- a/bot/help.py +++ b/bot/help.py @@ -1,3 +1,4 @@ +# Help command from Python bot. All commands that will be added to there in futures should be added to here too. import asyncio import itertools from collections import namedtuple |