8 lines
144 B
Python
8 lines
144 B
Python
|
import hook
|
||
|
|
||
|
#@hook.command
|
||
|
def goonsay(bot, input):
|
||
|
bot.say(' __________ /')
|
||
|
bot.say('(--[. ]-[ .] /')
|
||
|
bot.say('(_______o__)')
|