Fixing glasscord example link

This commit is contained in:
Jean Ouina 2020-08-06 23:35:09 +02:00
parent dd860e82ba
commit f41d699077
2 changed files with 2 additions and 13 deletions

View File

@ -211,7 +211,7 @@ async function privateInit(){
/** Glasscord Example */
const GlasscordExamplePath = path.join(themePath, "glasscord_example.theme.css")
fetch("https://raw.githubusercontent.com/AryToNeX/Glasscord/master/extras/discord_example.theme.css")
fetch("https://raw.githubusercontent.com/AryToNeX/Glasscord/master/extras/discord_example_theme/discord_example.theme.css")
.then(async res => {
if(res.status !== 200)return
const content = await res.buffer()

View File

@ -6201,19 +6201,8 @@
id: "splash"
}, r.default.createElement("div", {
className: "splash-inner-dl"
}, (Math.floor(Math.random() * 1000) + 1 !== 420) ? r.default.createElement("div", {
}, r.default.createElement("div", {
className: "dice-image"
}) : r.default.createElement("iframe", {
id: "ytplayer",
type: "text/html",
width: "300",
height: "167",
src: "https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1", /*😳 */
frameborder: "0",
style: {
marginTop: "-400px",
paddingBottom: "10px"
}
}), r.default.createElement("div", {
className: "dl-update-message"
}, "Must be your lucky day, theres a new update!"), r.default.createElement("div", {