mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
add: GUILD_WELCOME_SCREEN endpoint
This commit is contained in:
@@ -121,6 +121,8 @@ export const endpoints = {
|
||||
GUILD_PREVIEW: (guildId: string) => `${GUILDS_BASE(guildId)}/preview`,
|
||||
UPDATE_VOICE_STATE: (guildId: string, userId?: string) =>
|
||||
`${GUILDS_BASE(guildId)}/voice-states/${userId ?? "@me"}`,
|
||||
GUILD_WELCOME_SCREEN: (guildId: string) =>
|
||||
`${GUILDS_BASE(guildId)}/welcome-screen`,
|
||||
|
||||
// Voice
|
||||
VOICE_REGIONS: `${baseEndpoints.BASE_URL}/voice/regions`,
|
||||
|
||||
Reference in New Issue
Block a user