NSFW Slash Commands #3312
-
Description
Why This is Needed Alternatives Considered Additional Details I also speak in my case, I have a multipurpose bot and it includes adequate features to manage a community, but it also includes spicy features for adults. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 2 replies
-
If I recall correctly I read an issue on here about per-channel permissions for each slash command, wouldn't that cover this? Could just deny certain slash commands from being used in all channels except for ones that are NSFW. Edit: Found the issue, it was one of the ones in the pin: #2315 (comment). |
Beta Was this translation helpful? Give feedback.
-
That fixes absolutely nothing, since if you want to use another command (ex: /ban) you have to enable the permission to use Slash Commands and that makes them all show (therefore NSFW commands continue to be displayed on non-NSFW channels) Edit: After reviewing the cited issues, it seems like a partial solution to the problem, but, it is not an effective solution to the problem. |
Beta Was this translation helpful? Give feedback.
-
Per-channel perms could fix it, but it's a hassle. It's way easier to simply have a field called Example when registering a NSFW slash command (whether that be a global or guild-specific command, it shouldn't matter): {
"name": "naughty",
"description": "Send a naughty photo",
"nsfw": 1,
"options": []
} |
Beta Was this translation helpful? Give feedback.
-
This feature request seems like a more specific version of #2324 (comment). With that feature, bots can configure themselves to restrict access based on a channel's NSFW status. The only drawback is that this would require the Alternatively (which wouldn't require the
|
Beta Was this translation helpful? Give feedback.
-
It's a possibility. Having a separate property has a few advantages though.
There is a reason channels must be marked NSFW, and I believe the same should be done for NSFW commands (since not every command name could imply its NSFW nature) |
Beta Was this translation helpful? Give feedback.
-
Another advantage of a having a seperate property for this: Hide the command from users < 18 in direct messages. |
Beta Was this translation helpful? Give feedback.
-
Imo a much-needed feature. As much as people want to deny to have anything to do with NSFW can we not deny the fact that NSFW exists on Discord and people will use and offer NSFW commands just because they can, so having a way to tell Discord to only display the command in NSFW labeled channels would be a good way to only show those commands to those people that are allowed to. |
Beta Was this translation helpful? Give feedback.
-
Hopefully Discord will add this feature soon |
Beta Was this translation helpful? Give feedback.
-
This feature has been implemented! Huge thanks to the Discord developer team for making this happen! |
Beta Was this translation helpful? Give feedback.
This feature has been implemented! Huge thanks to the Discord developer team for making this happen!