Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync users roles with discord #5

Open
saihaj opened this issue Sep 12, 2021 · 2 comments
Open

sync users roles with discord #5

saihaj opened this issue Sep 12, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@saihaj
Copy link
Member

saihaj commented Sep 12, 2021

Currently #3 user is created and there roles are synced with discord on initial sync. So if user's role was updated on Discord we would need to manually sync it up.

Potential Solutions

  • Allow role assignments only from dashboard (not ideal)
  • Allow roles assignments via bot or slash commands - this way we can update our DB (possible)
  • Run a cron job that will sync these (easiest)
    • but when do we sync? daily? weekly?
@saihaj saihaj added the enhancement New feature or request label Sep 12, 2021
@andywong418
Copy link

Are there webhooks we could use from Discord?

@saihaj
Copy link
Member Author

saihaj commented Sep 13, 2021

Are there webhooks we could use from Discord?

Asfaik they only let you send messages in a channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants