Critical Bug Fix
This commit is contained in:
parent
39664a6217
commit
ac86a78e2c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def match_command(command):
|
||||||
|
|
||||||
def main(conn, out):
|
def main(conn, out):
|
||||||
inp = Input(conn, *out)
|
inp = Input(conn, *out)
|
||||||
commandprefix = conn.conf.get('command_prefix', '.')
|
command_prefix = conn.conf.get('command_prefix', '.')
|
||||||
|
|
||||||
# EVENTS
|
# EVENTS
|
||||||
for func, args in bot.events[inp.command] + bot.events['*']:
|
for func, args in bot.events[inp.command] + bot.events['*']:
|
||||||
|
|
Reference in a new issue