discord api v9
This commit is contained in:
parent
41b9e9c2b8
commit
9a3ba3f5e0
@ -71,14 +71,14 @@ onload = () => {
|
||||
const whiteList = [
|
||||
'PATCH', // Mute/Unmute/notification/cosmetic guild changes
|
||||
'DELETE', // Leaving a guild / Deleting messages
|
||||
'https://discord.com/api/v8/channels/', // Text channel address
|
||||
'https://discord.com/api/v8/auth/login', // Login address
|
||||
'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/applications/',
|
||||
'https://discord.com/api/v8/users/'
|
||||
'https://discord.com/api/v9/channels/', // Text channel address
|
||||
'https://discord.com/api/v9/auth/login', // Login address
|
||||
'https://discord.com/api/v9/invites/', // Accepting guild invite
|
||||
'https://discord.com/api/v9/voice/regions', // Required when creating new guild
|
||||
'https://discord.com/api/v9/guilds', // Creating a guild
|
||||
'https://discord.com/api/v9/gateway', // This may be required to get past login screen if not cached locally
|
||||
'https://discord.com/api/v9/applications/',
|
||||
'https://discord.com/api/v9/users/'
|
||||
]
|
||||
|
||||
const _whiteList = convertObjToString(whiteList)
|
||||
|
Loading…
Reference in New Issue
Block a user