Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit f15aa69

Browse files
fix: Not responding to certian commands
Fix not responding to settings commands when the user doesn't have admin
1 parent bf22d7e commit f15aa69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cogs/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ async def _set_admin(
604604
errors.WebhookChannelNotTextChannel,
605605
),
606606
):
607-
await ctx.ack(hidden=True)
608607
await ctx.send(content=str(e), hidden=True)
609608
return
610609

0 commit comments

Comments
 (0)