[Feature] Age restricted (NSFW) application commands support (#2531)
* add `nsfw` to data model & internal methods; add missing property * add `nsfw` prop to command builders * add `NsfwCommandAttribute` to Interaction Framework * working state * docs?
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[NsfwCommand(true)]
|
||||
[SlashCommand("beautiful-code", "Get an image of perfect code")]
|
||||
public async Task BeautifulCodeAsync(...)
|
||||
{
|
||||
...
|
||||
}
|
||||
Reference in New Issue
Block a user