KryptedGaming / django-discord-connector

Django extension that adds Discord models, SSO views, and celery tasks to help sync and manage your Discord community.
https://pypi.org/project/django-discord-connector/
MIT License
4 stars 1 forks source link

Deleted tokens should instantly remove all groups #12

Closed porowns closed 3 years ago

porowns commented 3 years ago

Instead of waiting for a task, when a token is pulled we should immediately delete the DiscordUser, after removing all Discord data from the server.