SchwaIndustries / ScrimBot

Discord bot for organizing Valorant custom games.
https://scrimbot.schwa.tech
MIT License
41 stars 20 forks source link

Slash Commands Roadmap #23

Closed Kalissaac closed 2 years ago

Kalissaac commented 3 years ago

Slash commands are here, and I think they'll be very useful for ScrimBot. To implement them, we'll need to do a lot of refactoring though since most code relies upon user messages and incremental data-gathering, both of which don't apply to slash commands. Here's the general requirements that we need to achieve before slash commands are production-ready:

MomoMiles commented 3 years ago

What is the status on this?

Kalissaac commented 2 years ago

This is being implemented in the golang branch.