so if im getting this right, this is what we want to do
have a server owner configure bot settings for whole server
have a server owner adjust bot settings for a certain user (like for roles or something)
and the configuration is done through the website
we can extract information about the server owner, the server, and the servers members from the discord api
im not sure how we can verify that a user owns a particular discord server, but im sure we can do that with the discord api somehow?
assuming all that works, then we want to have a place to store these configurations (something that works if a user wants to use this bot with multiple discord servers).
i think we already have some of this in place but i just wanted to verify just in case
Atm i cannot work on this but i will try to work on this with u later, when I get home. And yes, we can use the discord api to make an oauth link that redirects to a website with the data.
so if im getting this right, this is what we want to do
and the configuration is done through the website
we can extract information about the server owner, the server, and the servers members from the discord api
im not sure how we can verify that a user owns a particular discord server, but im sure we can do that with the discord api somehow?
assuming all that works, then we want to have a place to store these configurations (something that works if a user wants to use this bot with multiple discord servers).
i think we already have some of this in place but i just wanted to verify just in case