Skip to content

Commit a651e59

Browse files
author
A_D
committed
Added shrug.py, responds with a shrug, thanks to Duck for the idea
1 parent 2f83e5a commit a651e59

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/shrug.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from cloudbot import hook
2+
3+
4+
@hook.command("shrug", autohelp=False)
5+
def shrug():
6+
"""shrugs"""
7+
return "¯\_(ツ)_/¯"

0 commit comments

Comments
 (0)