9 lines
259 B
Python
9 lines
259 B
Python
|
from util import hook
|
||
|
|
||
|
#Scaevolus: factormystic if you commit a re-enabled goonsay I'm going to revoke your commit access
|
||
|
#@hook.command
|
||
|
def goonsay(bot, input):
|
||
|
input.say(' __________ /')
|
||
|
input.say('(--[. ]-[ .] /')
|
||
|
input.say('(_______o__)')
|