Added translations
This commit is contained in:
parent
fa34f8510d
commit
937dd76fe7
3 changed files with 58 additions and 3 deletions
|
@ -8,6 +8,4 @@ from discord.ext import commands
|
|||
from util import logging
|
||||
|
||||
def is_author_bot(ctx : commands.Context) -> bool:
|
||||
if ctx.message.author.bot:
|
||||
return False
|
||||
return True
|
||||
return (not ctx.author.bot)
|
Loading…
Add table
Add a link
Reference in a new issue