Browse Source

Emphasize CommandContext and SocketCommandContext

pull/826/head
Hsu Still 8 years ago
parent
commit
8e8959ebe3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/commands.md

+ 1
- 1
docs/guides/commands/commands.md View File

@@ -130,7 +130,7 @@ accessing the channel through the [Context] and sending a message.


> [!WARNING] > [!WARNING]
>Contexts should **NOT** be mixed! You cannot have one module that >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 [Context]: xref:Discord.Commands.ModuleBase`1#Discord_Commands_ModuleBase_1_Context
[SocketCommandContext]: xref:Discord.Commands.SocketCommandContext [SocketCommandContext]: xref:Discord.Commands.SocketCommandContext


Loading…
Cancel
Save