This PR renames some commands to add consistency to the codebase. Nowadays, there are some actions like invite bot or start/stop extraction that are triggered by the Management API and executed by the Bot Service API. The commands called by the Management API that make requests to the BotService API use the prefix request, while the commands called by the Bot Service API use the prefix do.
Purpose
This PR renames some commands to add consistency to the codebase. Nowadays, there are some actions like invite bot or start/stop extraction that are triggered by the Management API and executed by the Bot Service API. The commands called by the Management API that make requests to the BotService API use the prefix request, while the commands called by the Bot Service API use the prefix do.