Merge pull request #199 from Mu5tank05/patch-2
Mark now works with out an input
This commit is contained in:
commit
90bb260f5f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
import random
|
import random
|
||||||
from util import hook, text
|
from util import hook, text
|
||||||
|
|
||||||
@hook.command('harmon')
|
@hook.command('harmon', autohelp=False)
|
||||||
@hook.command
|
@hook.command(autohelp=False)
|
||||||
def mark(input):
|
def mark(inp):
|
||||||
"""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