This repository was archived by the owner on Feb 2, 2020. It is now read-only.
Always updated CDN Links
https://cdn.jsdelivr.net/gh/dusterthefirst/Login-With-Discord/dist/lwd.js
https://cdn.jsdelivr.net/gh/dusterthefirst/Login-With-Discord/dist/lwd.map.js
https://cdn.jsdelivr.net/gh/dusterthefirst/Login-With-Discord/dist/lwd.d.ts
Bugfixes
- Removed
asyncfrom functions that never usedawaitdd18f10 - fixed
discord.logout()never returning dd18f10 - fixed constant hang when a user's token has expired dd18f10
- The example no longer throws an error with a guild with no icon dd18f10
- Fixed #2 dd18f10
Changes
- No longer do you need to run
discord.init()it has been removed entirely dd18f10 - You can now specify the redirect url dd18f10
- You have to pass the userId and scopes to the constructor now dd18f10
- The example has been updated with the changes dd18f10
- The example has a new
guildinspectorfeature dd18f10 - The example now uses CSS grids dd18f10
- There are now source maps for better debugging dd18f10
- You can link the scripts using jsdelvr now dd18f10
- Removed generated documentation in favor of docs in the README dd18f10