Skip to content

Commit

Permalink
feat(RouteBases): Add media URL (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jun 6, 2024
1 parent c6a72a5 commit fdc0408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/v10/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ export interface CDNQuery {
export const RouteBases = {
api: `https://discord.com/api/v${APIVersion}`,
cdn: 'https://cdn.discordapp.com',
media: 'https://media.discordapp.net',
invite: 'https://discord.gg',
template: 'https://discord.new',
gift: 'https://discord.gift',
Expand Down
1 change: 1 addition & 0 deletions rest/v10/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ export interface CDNQuery {
export const RouteBases = {
api: `https://discord.com/api/v${APIVersion}`,
cdn: 'https://cdn.discordapp.com',
media: 'https://media.discordapp.net',
invite: 'https://discord.gg',
template: 'https://discord.new',
gift: 'https://discord.gift',
Expand Down

0 comments on commit fdc0408

Please sign in to comment.