Skip to content

Commit

Permalink
0.4.2; Trying to fix voice
Browse files Browse the repository at this point in the history
  • Loading branch information
khlam committed Dec 18, 2020
1 parent 24c4de2 commit 71cba79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
release
release
debug.log
8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion views/js/mainRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ onload = () => {
'https://discord.com/api/v8/invites/', // Accepting guild invite
'https://discord.com/api/v8/voice/regions', // Required when creating new guild
'https://discord.com/api/v8/guilds', // Creating a guild
'https://discord.com/api/v8/gateway' // This may be required to get past login screen if not cached locally
'https://discord.com/api/v8/gateway', // This may be required to get past login screen if not cached locally
'https://discord.com/api/v8/applications/',
'https://discord.com/api/v8/users/'
]

const _whiteList = convertObjToString(whiteList)
Expand Down

0 comments on commit 71cba79

Please sign in to comment.