diff options
author | 2020-03-07 09:51:18 +0200 | |
---|---|---|
committer | 2020-03-07 09:51:18 +0200 | |
commit | 9fe768418ea364845e5dfcfe3d5ab9d1661b407d (patch) | |
tree | fdac6b10a4098c30b7f5ab661137df9084c4823e /bot/help.py | |
parent | Copy-pasted help command content from Python bot (diff) |
(Help): Added information comment to top of file
Diffstat (limited to 'bot/help.py')
-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 |