freshcoders / discorki

MIT License
1 stars 0 forks source link

Add support for testing commands during runtime #54

Open ikdekker opened 1 year ago

ikdekker commented 1 year ago

Since we will add support for a Discord bot in the future, we need to think about some runtime solution that will help test and debug these commands. A simple solution is an endpoint that takes parameters

{
  "command": "enableNotif",
  "argument": "top_dps"
}

JMX could work as well.

This comes with some TODOs, including thinking about the format of Discord commands. But we can be flexible in implementing this.

jessedezwart commented 1 year ago

Really easy with the Spring shell component