mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 16:30:10 +00:00
feat(RouteBases): add base for guild scheduled events (#293)
This commit is contained in:
@@ -784,6 +784,7 @@ export const RouteBases = {
|
||||
invite: 'https://discord.gg',
|
||||
template: 'https://discord.new',
|
||||
gift: 'https://discord.gift',
|
||||
scheduledEvent: 'https://discord.com/events',
|
||||
} as const;
|
||||
|
||||
// Freeze bases object
|
||||
|
||||
@@ -853,6 +853,7 @@ export const RouteBases = {
|
||||
invite: 'https://discord.gg',
|
||||
template: 'https://discord.new',
|
||||
gift: 'https://discord.gift',
|
||||
scheduledEvent: 'https://discord.com/events',
|
||||
} as const;
|
||||
|
||||
// Freeze bases object
|
||||
|
||||
@@ -784,6 +784,7 @@ export const RouteBases = {
|
||||
invite: 'https://discord.gg',
|
||||
template: 'https://discord.new',
|
||||
gift: 'https://discord.gift',
|
||||
scheduledEvent: 'https://discord.com/events',
|
||||
} as const;
|
||||
|
||||
// Freeze bases object
|
||||
|
||||
@@ -853,6 +853,7 @@ export const RouteBases = {
|
||||
invite: 'https://discord.gg',
|
||||
template: 'https://discord.new',
|
||||
gift: 'https://discord.gift',
|
||||
scheduledEvent: 'https://discord.com/events',
|
||||
} as const;
|
||||
|
||||
// Freeze bases object
|
||||
|
||||
Reference in New Issue
Block a user