Skip to content

Commit c0f86a8

Browse files
committed
Fix penis command docstring
1 parent f8de739 commit c0f86a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/penis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@hook.command("penis", "bepis", autohelp=False)
1313
def penis(text, message):
14-
"""much dongs, very ween, add a user nick as an arguement for slightly different 'output'"""
14+
"""[nick] - much dongs, very ween, add a user nick as an arguement for slightly different 'output'"""
1515
if not text:
1616
message("{}{}{}".format(random.choice(balls), random.choice(shaft), random.choice(head)))
1717
else:

0 commit comments

Comments
 (0)