Skip to content

Commit f8de739

Browse files
committed
Fix formatting
1 parent 183f72b commit f8de739

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/penis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
emission = ['~ ~ ~ ~', '~ * ~ &', '', '*~* *~* %']
99
bodypart = ['face', 'glasses', 'thigh', 'tummy', 'back', 'hiney', 'hair', 'boobs', 'tongue']
1010

11+
1112
@hook.command("penis", "bepis", autohelp=False)
12-
def penis(text, message, nick):
13+
def penis(text, message):
1314
"""much dongs, very ween, add a user nick as an arguement for slightly different 'output'"""
1415
if not text:
1516
message("{}{}{}".format(random.choice(balls), random.choice(shaft), random.choice(head)))

0 commit comments

Comments
 (0)