aboutsummaryrefslogtreecommitdiffstats
path: root/bot/help.py
diff options
context:
space:
mode:
authorGravatar ks123 <[email protected]>2020-03-07 09:51:18 +0200
committerGravatar ks123 <[email protected]>2020-03-07 09:51:18 +0200
commit9fe768418ea364845e5dfcfe3d5ab9d1661b407d (patch)
treefdac6b10a4098c30b7f5ab661137df9084c4823e /bot/help.py
parentCopy-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.py1
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