So here’s the basic setup and goal that I’m trying to achieve.
I have an application that I built for a discord server that somewhat integrates with discord. In the admin panel, it allows events to be created and posted to the website, and then discord via webhooks. When an application is accepted, it also posts to the discord via webhooks.
The goal: Here’s where I’m struggling. I want to create a dashboard that interacts with a bot within the discord for use in everything from playing music playlists to executing moderation commands. The bots are set up so that commands need to come from a user (i.e. not from a webhook and bot). Webhooks are also limited because they have no way of retrieving data from the server (as far as I know).
So my question is this: how do I connect my bubble application to my discord in a way that allows it to not only read data from the server, but also (and mainly) allows users to send messages to it through their account so that commands can be sent to the bots via the website dashboard. Or perhaps there’s a better way of doing this that I’m missing?
Any help would be appreciated!
Thanks in advance!