예제 #1
0
파일: info.py 프로젝트: treerachai/SpikeBot
 def owner_only():
     return commands.check(
         lambda ctx: ctx.message.author == ctx.message.server.owner)
예제 #2
0
파일: info.py 프로젝트: treerachai/SpikeBot
 def is_owner():
     return commands.check(lambda ctx: ctx.message.author.id == owner)
예제 #3
0
 def is_owner():
     return commands.check(
         lambda ctx: ctx.message.author.id == '319395783847837696')