realm-ttrpg / discord-bot

Discord bot for the Realm TTRPG suite
0 stars 0 forks source link

move chat command logic to API server #6

Open haliphax opened 8 months ago

haliphax commented 8 months ago

Blocked by #5

The bot should only pass commands and arguments the API server via redis pubsub and present the results to Discord; it should not be responsible for any of the dice rolling logic itself. This pattern should be repeated for all interactions moving forward.