more API key stuff
This commit is contained in:
parent
8b1f46cb83
commit
c0fb393b52
3 changed files with 7 additions and 4 deletions
|
@ -34,7 +34,7 @@ answers = [g + "As I see it, yes",
|
|||
r + "Very doubtful"]
|
||||
|
||||
@hook.command('8ball')
|
||||
def ask(inp, me=None):
|
||||
def eightball(inp, me=None):
|
||||
".8ball <question> - The all knowing magic eight ball, in electronic form. Ask a question and the answer shall be provided."
|
||||
global nextresponsenumber
|
||||
inp = inp.strip()
|
||||
|
|
Reference in a new issue