diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index 73dc46d92..2723afefb 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -132,7 +132,7 @@ accessing the channel through the [Context] and sending a message. >Contexts should **NOT** be mixed! You cannot have one module that >uses `CommandContext` and another that uses `SocketCommandContext`. -[Context]: xref:Discord.Commands.ModuleBase`1#Discord_Commands_ModuleBase_1_Context +[Context]: xref:Discord.Commands.ModuleBase`1.Context [SocketCommandContext]: xref:Discord.Commands.SocketCommandContext [ReplyAsync]: xref:Discord.Commands.ModuleBase`1.ReplyAsync* @@ -264,6 +264,7 @@ usages on their respective API pages. - @Discord.Commands.RequireOwnerAttribute - @Discord.Commands.RequireBotPermissionAttribute - @Discord.Commands.RequireUserPermissionAttribute +- @Discord.Commands.RequireNsfwAttribute ## Custom Preconditions