Fix command processing
This commit is contained in:
parent
1248ae3b81
commit
2e7d8b7f6d
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ async def on_message(message: Message):
|
||||||
if autoreact:
|
if autoreact:
|
||||||
for reaction in autoreact["reactions"]:
|
for reaction in autoreact["reactions"]:
|
||||||
await message.add_reaction(reaction)
|
await message.add_reaction(reaction)
|
||||||
|
await jarvis.process_commands(message)
|
||||||
|
|
||||||
|
|
||||||
@jarvis.event
|
@jarvis.event
|
||||||
|
|
Loading…
Add table
Reference in a new issue