Merge branch 'master' of github.com:fosscord/fosscord-server
This commit is contained in:
commit
1a0cbcb1d4
@ -420,7 +420,9 @@ export const EmbedHandlers: {
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
"youtu.be": (url: URL) => {
|
||||
return EmbedHandlers["www.youtube.com"](url);
|
||||
},
|
||||
"youtube.com": (url: URL) => {
|
||||
return EmbedHandlers["www.youtube.com"](url);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user