harvestcore / matroos

Create, manage and deploy Discord bots easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEV] Handle user commands in the UserCommandsService

harvestcore opened this issue · comments

Summary: The infra to create custom user commands is done, but it is not possible to create or manage user commands. The scope of this task is to implement all the methods in the UserCommandsService, so it is possible to add, modify and delete user commands.

Relates to:

Acceptance criteria:

  • User commands can be created via its service.
  • Unit tests are added if possible.