poise icon indicating copy to clipboard operation
poise copied to clipboard

Fix default_member_permissions not being checked for context_menu_command

Open zkxs opened this issue 6 months ago • 0 comments

Commands with context_menu_command set currently ignore default_member_permissions. This PR fixes that. I personally view this as a security issue, as it's very easy to make a command intended for privileged users and overlook the fact that the permissions are only enforced on the slash command variant and not the context menu command.

zkxs avatar Aug 11 '24 21:08 zkxs