1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Allow prefixed commands while still checking for XP/reactions

This commit is contained in:
wlinator 2024-03-16 20:40:55 +01:00
parent c94eab3449
commit dfa80e4954

View file

@ -47,7 +47,7 @@ async def on_ready():
"""
@client.event
@client.listen()
async def on_message(message):
if message.author.bot or instance.lower() != "main":
return