You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- |stub| Commands
- ===============
-
- The `Discord.Net.Commands`_ package DiscordBotClient extends DiscordClient with support for commands.
-
- .. _Discord.Net.Commands: https://www.nuget.org/packages/Discord.Net.Commands
-
- Example (Simple)
- ----------------
-
- .. literalinclude:: /samples/command.cs
- :language: csharp6
- :tab-width: 2
-
- Example (Groups)
- ----------------
-
- .. literalinclude:: /samples/command_group.cs
- :language: csharp6
- :tab-width: 2
|