harvestcore / matroos

Create, manage and deploy Discord bots easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEV] Infra to run commands

harvestcore opened this issue · comments

Summary: A command handler is required in order to create Discord.NET bots. It handles all the messages that are sent to each bot, and therefore the commands.

Functional notes:

  • The handler must identify each command and execute it accordingly.

Technical notes:

  • The Discord client "DiscordShardedClientService" is the most used now.

Relates to:

Acceptance criteria:

  • There is an infrastructure to run commands.
  • Unit tests are added if possible.