From 8e8959ebe3f0205c31df4db01ee0bae7599be769 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Sat, 30 Sep 2017 11:59:16 +0800 Subject: [PATCH] Emphasize CommandContext and SocketCommandContext --- docs/guides/commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index 135a0ff85..28b945704 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -130,7 +130,7 @@ accessing the channel through the [Context] and sending a message. > [!WARNING] >Contexts should **NOT** be mixed! You cannot have one module that ->uses CommandContext and another that uses SocketCommandContext. +>uses `CommandContext` and another that uses `SocketCommandContext`. [Context]: xref:Discord.Commands.ModuleBase`1#Discord_Commands_ModuleBase_1_Context [SocketCommandContext]: xref:Discord.Commands.SocketCommandContext