From 7dfb910667596bb7e0f933ba6bb2e8ba29067d23 Mon Sep 17 00:00:00 2001 From: yuki Date: Tue, 7 Oct 2025 23:59:23 -0300 Subject: [PATCH] remove a couple redundant prints --- commands/admin.py | 2 -- 1 file changed, 2 deletions(-) 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