Skip to content

Commit 9a3ba3f

Browse files
committed
discord api v9
1 parent 41b9e9c commit 9a3ba3f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

views/js/mainRender.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ onload = () => {
7171
const whiteList = [
7272
'PATCH', // Mute/Unmute/notification/cosmetic guild changes
7373
'DELETE', // Leaving a guild / Deleting messages
74-
'https://discord.com/api/v8/channels/', // Text channel address
75-
'https://discord.com/api/v8/auth/login', // Login address
76-
'https://discord.com/api/v8/invites/', // Accepting guild invite
77-
'https://discord.com/api/v8/voice/regions', // Required when creating new guild
78-
'https://discord.com/api/v8/guilds', // Creating a guild
79-
'https://discord.com/api/v8/gateway', // This may be required to get past login screen if not cached locally
80-
'https://discord.com/api/v8/applications/',
81-
'https://discord.com/api/v8/users/'
74+
'https://discord.com/api/v9/channels/', // Text channel address
75+
'https://discord.com/api/v9/auth/login', // Login address
76+
'https://discord.com/api/v9/invites/', // Accepting guild invite
77+
'https://discord.com/api/v9/voice/regions', // Required when creating new guild
78+
'https://discord.com/api/v9/guilds', // Creating a guild
79+
'https://discord.com/api/v9/gateway', // This may be required to get past login screen if not cached locally
80+
'https://discord.com/api/v9/applications/',
81+
'https://discord.com/api/v9/users/'
8282
]
8383

8484
const _whiteList = convertObjToString(whiteList)

0 commit comments

Comments
 (0)