21 lines
450 B
ReStructuredText
21 lines
450 B
ReStructuredText
|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
|