1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00
This commit is contained in:
phxntxm 2017-04-19 22:18:26 -05:00
parent 92f62c6ce8
commit e011b56873

View file

@ -65,6 +65,7 @@ async def db_check():
def is_owner(ctx):
return ctx.message.author.id in config.owner_ids
def should_ignore(message):
if message.guild is None:
return False