mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Removed bot user check for on_message for *ifying embeds
This commit is contained in:
parent
e74a3b0bc3
commit
945840783b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ async def on_ready():
|
|||
|
||||
@bot.event
|
||||
async def on_message(message):
|
||||
if message.author.bot or message.author is bot.user:
|
||||
if message.author is bot.user:
|
||||
return
|
||||
|
||||
await bot.process_commands(message)
|
||||
|
|
Loading…
Reference in a new issue