20 lines
442 B
ReStructuredText
20 lines
442 B
ReStructuredText
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 |