We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3741d3c commit 687d8f0Copy full SHA for 687d8f0
1 file changed
src/extensions/moderation.py
@@ -26,7 +26,7 @@
26
27
@plugin.include
28
@arc.slash_command(
29
- "whois", "Show user information about the target user.", default_permissions=hikari.Permissions.MANAGE_GUILD
+ "whois", "Show user information about the target user.", default_permissions=hikari.Permissions.MANAGE_MESSAGES
30
)
31
async def whois(
32
ctx: SnedContext,
@@ -37,7 +37,7 @@ async def whois(
37
38
39
40
-@arc.user_command("Show Userinfo")
+@arc.user_command("Show Userinfo", default_permissions=hikari.Permissions.MANAGE_MESSAGES)
41
async def whois_user_command(
42
43
target: hikari.User,
0 commit comments