Skip to content

Commit 8c287de

Browse files
committed
Update to use digital ocean cdn
1 parent 8db8eb0 commit 8c287de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://vexuas.b-cdn.net/mitsuha.jpg" style="width: 180px" />
2+
<img src="https://cdn.vexuas.com/Avatars/mitsuha.jpg" style="width: 180px" />
33
</div>
44

55
# djs-typescript-template
@@ -162,7 +162,7 @@ export function generateHelloEmbed(): APIEmbed {
162162
color: 55296,
163163
description: 'Hi there! (◕ᴗ◕✿)',
164164
thumbnail: {
165-
url: 'https://vexuas.b-cdn.net/mitsuha.jpg',
165+
url: 'https://cdn.vexuas.com/Avatars/mitsuha.jpg',
166166
},
167167
fields: [
168168
{

src/commands/about/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const generateAboutEmbed = (app?: Client): APIEmbed => {
1111
"Hi there! This is where you'd want to explain what your App does and any other cool stuff about it! :D",
1212
color: getEmbedColor(),
1313
thumbnail: {
14-
url: 'https://vexuas.b-cdn.net/mitsuha.jpg',
14+
url: 'https://cdn.vexuas.com/Avatars/mitsuha.jpg',
1515
},
1616
fields: [
1717
{

src/utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const serverNotificationEmbed = async ({
2626
guild: Guild;
2727
type: 'join' | 'leave';
2828
}): Promise<APIEmbed> => {
29-
const defaultIcon = 'https://vexuas.b-cdn.net/you_got_that.png';
29+
const defaultIcon = 'https://cdn.vexuas.com/Avatars/you_got_that.png';
3030
const guildIcon = guild.icon && guild.iconURL();
3131
const guildOwner =
3232
type === 'join'

0 commit comments

Comments
 (0)