Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
a6baf8b
1
Parent(s):
8a5a595
Update fun.py
Browse files- Powers/plugins/fun.py +2 -1
Powers/plugins/fun.py
CHANGED
@@ -198,10 +198,11 @@ _DISABLE_CMDS_ = [
|
|
198 |
|
199 |
__HELP__ = """× /runs: reply a random string from an array of replies.
|
200 |
× /slap: slap a user, or get slapped if not a reply.
|
|
|
201 |
× /shrug : get shrug XD.
|
202 |
× /decide : Randomly answers yes/no/maybe
|
203 |
× /toss : Tosses A coin
|
204 |
× /bluetext : check urself :V
|
205 |
× /roll : Roll a dice.
|
206 |
× /react : Random Reaction
|
207 |
-
× /shout `<keyword>`: write anything you want to give loud shout."""
|
|
|
198 |
|
199 |
__HELP__ = """× /runs: reply a random string from an array of replies.
|
200 |
× /slap: slap a user, or get slapped if not a reply.
|
201 |
+
× /insult: to insult a user, or get insulted if not a reply
|
202 |
× /shrug : get shrug XD.
|
203 |
× /decide : Randomly answers yes/no/maybe
|
204 |
× /toss : Tosses A coin
|
205 |
× /bluetext : check urself :V
|
206 |
× /roll : Roll a dice.
|
207 |
× /react : Random Reaction
|
208 |
+
× /shout `<keyword>`: write anything you want to give loud shout."""
|