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.

commands.rst 438 B

1234567891011121314151617181920
  1. Commands
  2. ========
  3. The `Discord.Net.Commands`_ package DiscordBotClient extends DiscordClient with support for commands.
  4. .. _Discord.Net.Commands: https://www.nuget.org/packages/Discord.Net.Commands
  5. Example (Simple)
  6. ----------------
  7. .. literalinclude:: /samples/command.cs
  8. :language: csharp6
  9. :tab-width: 2
  10. Example (Groups)
  11. ----------------
  12. .. literalinclude:: /samples/command_group.cs
  13. :language: csharp6
  14. :tab-width: 2

Introduction

No Description

No topics