whoops
This commit is contained in:
parent
17b51ef2fc
commit
bb6518bafb
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import random
|
import random
|
||||||
from util import hook, text
|
from util import hook, text
|
||||||
|
|
||||||
@hook.command('8ball')
|
@hook.command('mark')
|
||||||
def eightball(input, action=None):
|
def mark(input):
|
||||||
"""mark -- Spreads the glory of Mark Harmon"""
|
"""mark -- Spreads the glory of Mark Harmon"""
|
||||||
responses = [
|
responses = [
|
||||||
"Praise our lord Mark Harmon",
|
"Praise our lord Mark Harmon",
|
||||||
|
|
Reference in a new issue