Fix command processing

This commit is contained in:
Zeva Rose 2021-07-01 17:17:11 -06:00
parent 1248ae3b81
commit 2e7d8b7f6d

View file

@ -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