diff --git a/commands/admin.py b/commands/admin.py index c307cd2..0baa993 100644 --- a/commands/admin.py +++ b/commands/admin.py @@ -6,7 +6,6 @@ import utils as u def setup(bot: bot.Bot): @bot.command(name="echo") async def echo(ctx: nerimity.Context, *text: str): - print(bot.is_owner(ctx.author)) if not bot.is_owner(ctx.author): print("returned") return @@ -32,7 +31,6 @@ def setup(bot: bot.Bot): @bot.command(name="post") async def post(ctx: nerimity.Context, *text: str): - print(bot.is_owner(ctx.author)) if not bot.is_owner(ctx.author): print("returned") return