csgo-league-bot
csgo-league-bot copied to clipboard
Add end command
Add a command to end a match by the match's ID. There is now an endpoint to do this on the web side, so a corresponding method needs to be added into the ApiHelper
as well as the command in the MatchCog
. Should require admin permissions.
Calling the command should look like: q!end 123456
Open to other ideas on names for the command.