Close #58
This commit is contained in:
parent
9c3d68970f
commit
eaf2ed946f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ async def on_member_join(user: Member):
|
|||
async def on_message(message: Message):
|
||||
if (
|
||||
not isinstance(message.channel, DMChannel)
|
||||
and not message.author.id == jarvis.client.id
|
||||
and not message.author.id == get_config().client_id
|
||||
):
|
||||
autoreact = db.jarvis.autoreact.find_one(
|
||||
{"guild": message.guild.id, "channel": message.channel.id}
|
||||
|
|
Loading…
Add table
Reference in a new issue