1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00

Merge branch 'master' of github.com:fosscord/fosscord-server

This commit is contained in:
Madeline 2023-01-18 20:17:36 +11:00
commit 1a0cbcb1d4

View File

@ -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);
},