Const EmbedUrls
Tools.URIEncodeWrap({
YOUTUBE: (videoId: string): string =>
`https://www.youtube.com/embed/${videoId}?rel=0&showinfo=0&controls=1&origin=https://discordapp.com`,
})Tools.URIEncodeWrap({
YOUTUBE: (videoId: string): string =>
`https://www.youtube.com/embed/${videoId}?rel=0&showinfo=0&controls=1&origin=https://discordapp.com`,
})