Skip to content

Commit

Permalink
feat(RouteBases): add base for guild scheduled events (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporoxx committed Jan 9, 2022
1 parent 9a982ff commit 83f29b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/v8/mod.ts
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deno/rest/v9/mod.ts
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions rest/v8/index.ts
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions rest/v9/index.ts
Expand Up @@ -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
Expand Down

0 comments on commit 83f29b6

Please sign in to comment.