def owner_only(): return commands.check( lambda ctx: ctx.message.author == ctx.message.server.owner)
def is_owner(): return commands.check(lambda ctx: ctx.message.author.id == owner)
def is_owner(): return commands.check( lambda ctx: ctx.message.author.id == '319395783847837696')