Added translations

This commit is contained in:
Robert 2020-01-08 17:09:10 +01:00
parent fa34f8510d
commit 937dd76fe7
3 changed files with 58 additions and 3 deletions

View file

@ -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)