diff --git a/deno/rest/v8/mod.ts b/deno/rest/v8/mod.ts index 197f6b16..8b51ea47 100644 --- a/deno/rest/v8/mod.ts +++ b/deno/rest/v8/mod.ts @@ -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 diff --git a/deno/rest/v9/mod.ts b/deno/rest/v9/mod.ts index e42d9677..a4551966 100644 --- a/deno/rest/v9/mod.ts +++ b/deno/rest/v9/mod.ts @@ -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 diff --git a/rest/v8/index.ts b/rest/v8/index.ts index eccc2694..059324ff 100644 --- a/rest/v8/index.ts +++ b/rest/v8/index.ts @@ -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 diff --git a/rest/v9/index.ts b/rest/v9/index.ts index af62372e..2c44914e 100644 --- a/rest/v9/index.ts +++ b/rest/v9/index.ts @@ -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