Skip to content

Commit c5533a8

Browse files
committed
fix(eval): resolve issues with eval command permissions and logging
1 parent 3946224 commit c5533a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tux/cogs/admin/eval.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ async def eval(self, ctx: commands.Context[Tux], *, expression: str) -> None:
7777
)
7878
await ctx.send(
7979
"You are not the bot owner and sysadmins are not allowed to use eval. Please contact your bot owner if you need assistance.",
80-
ephemeral=True,
8180
delete_after=30,
8281
)
8382
return
@@ -87,7 +86,6 @@ async def eval(self, ctx: commands.Context[Tux], *, expression: str) -> None:
8786
)
8887
await ctx.send(
8988
"You are not the bot owner. Better luck next time! (hint: if you are looking for the regular run command its $run)",
90-
ephemeral=True,
9189
delete_after=30,
9290
)
9391
return

0 commit comments

Comments
 (0)