We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a8238 commit d95c310Copy full SHA for d95c310
utils/Constants.ts
@@ -334,12 +334,12 @@ export const KoreanbotsEndPoints = {
334
}
335
},
336
CDN: class {
337
- static root = '/api/image'
+ static root = '//cdn.koreanbots.dev'
338
static avatar(id: string, options: KoreanbotsImageOptions) {
339
- return makeImageURL(`${this.root}/discord/avatars/${id}`, options)
+ return makeImageURL(`${this.root}/avatars/${id}`, options)
340
341
static icon(id: string, options: KoreanbotsImageOptions) {
342
- return makeImageURL(`${this.root}/discord/icons/${id}`, options)
+ return makeImageURL(`${this.root}/icons/${id}`, options)
343
344
345
URL: class {
0 commit comments