You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an API to allow administrators to manage the bot and connected systems (Discord / TS)
The Discord API is great but it can be overwhelming especially with it's permission structure. While we want to be very, very, careful about bypassing it we can add some functionality to make integration to applications easier. This would be useful for integration to some game servers for things like donor rewards or in-game purchases.
Features:
HTTPS Required (protect API keys and user information)
API Key authentication
Can we use Discord OAuth to connect an application to the bot????
Ability to add / remove user's role
Ability to send a user a message in both Discord and / or TS
Ability to create a discord thread??
Ability to add channels to both discord / TS
The text was updated successfully, but these errors were encountered:
Create an API to allow administrators to manage the bot and connected systems (Discord / TS)
The Discord API is great but it can be overwhelming especially with it's permission structure. While we want to be very, very, careful about bypassing it we can add some functionality to make integration to applications easier. This would be useful for integration to some game servers for things like donor rewards or in-game purchases.
Features:
The text was updated successfully, but these errors were encountered: