remove a couple redundant prints
This commit is contained in:
parent
bfc9197333
commit
7dfb910667
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue