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

Discord does not log if join failed #22

Open porowns opened 3 years ago

porowns commented 3 years ago
    join = requests.post(discord_client.invite_link, headers={
                         'Authorization': "Bearer " + token}).json()

join is never used