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
Having a Discord bot for the community server opens the door to similar features that users would get out of the portal, and more. It should connect to the backend server and have access to libraries used within the portal. Some examples of what can be done with a Discord bot in the community server are:
OAuth2 3rd party authentication (i.e. portal) allowing for linking Discord server roles to a user's portal account
Automated event reminders
Judging notifications through private messages
Solution
Create a discord bot from scratch or using a template along with the discord.js library. At the bare minimum, the bot should be able to provide roles based on the portal's OAuth2.
Alternatives
Manually providing roles, which is an obvious burden for handling numerous roles.
Additional Context
...
The text was updated successfully, but these errors were encountered:
Search checkbox
Platforms
all
Problem Statement
Having a Discord bot for the community server opens the door to similar features that users would get out of the portal, and more. It should connect to the backend server and have access to libraries used within the portal. Some examples of what can be done with a Discord bot in the community server are:
portal
) allowing for linking Discord server roles to a user's portal accountSolution
Create a discord bot from scratch or using a template along with the discord.js library. At the bare minimum, the bot should be able to provide roles based on the portal's OAuth2.
Alternatives
Manually providing roles, which is an obvious burden for handling numerous roles.
Additional Context
...
The text was updated successfully, but these errors were encountered: