File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments