Karma
commited on
Commit
·
27975c8
1
Parent(s):
edfc350
extra help cmds added
Browse files- Mikobot/plugins/extra.py +5 -1
Mikobot/plugins/extra.py
CHANGED
@@ -122,7 +122,11 @@ function(CallbackQueryHandler(close_callback, pattern="^close$", block=False))
|
|
122 |
__help__ = """
|
123 |
➠ *Commands*:
|
124 |
|
125 |
-
» /
|
|
|
|
|
|
|
|
|
126 |
|
127 |
» /id: reply to get user id.
|
128 |
"""
|
|
|
122 |
__help__ = """
|
123 |
➠ *Commands*:
|
124 |
|
125 |
+
» /pyroping: see pyroping.
|
126 |
+
|
127 |
+
» /hyperlink <text> <link> : Creates a markdown hyperlink with the provided text and link.
|
128 |
+
|
129 |
+
» /pickwinner <participant1> <participant2> ... : Picks a random winner from the provided list of participants.
|
130 |
|
131 |
» /id: reply to get user id.
|
132 |
"""
|