XaverStiensmeier / ilarisdiscordbot

A discord bot for the ilaris ttrpg
GNU General Public License v3.0
0 stars 0 forks source link

Easy to use api calls and /io command group #85

Open lukruh opened 3 months ago

lukruh commented 3 months ago

As part of #84, we might need an API class that takes care of calls to ilaris-online.de/api. For now reading data without authentication is probably enough. I use aiohttp instead of requests, since its async and already in the requirements.txt even though it requires a few lines more of code ;).

lukruh commented 3 months ago

as this commands are pretty independent from the guild they are run in, they could be available everywhere and let user post this embeds where ever they want. Also we can provide quick ui's like selections or confirm buttons, without spamming any channel. Makes much sense to use slash commands here. (#81).