diff --git a/package.json b/package.json index 2e2a674..965ce65 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Lawin0129/LawinServerV2.git" + "url": "git+https://github.com/Project-Reload/Reload-Backend.git" }, "keywords": [ "fortnite", @@ -33,10 +33,10 @@ "server", "v2" ], - "author": "Lawin0129", + "author": "burlone0", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/Lawin0129/LawinServerV2/issues" + "url": "https://github.com/Project-Reload/Reload-Backend/issues" }, - "homepage": "https://github.com/Lawin0129/LawinServerV2#readme" + "homepage": "https://github.com/Project-Reload/Reload-Backend#readme" } diff --git a/responses/contentpages.json b/responses/contentpages.json index 4be946c..425df1b 100644 --- a/responses/contentpages.json +++ b/responses/contentpages.json @@ -218,7 +218,7 @@ "spotlight": false }, { - "image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "image": "https://imgur.com/L06O0IJ.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "ENJOY!", @@ -1184,18 +1184,18 @@ "tournaments": [ { "title_color": "FFFFFF", - "loading_screen_image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "loading_screen_image": "https://imgur.com/L06O0IJ.png", "background_text_color": "1B1B1B", "background_right_color": "DD091A", - "poster_back_image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "poster_back_image": "https://imgur.com/L06O0IJ.png", "_type": "Tournament Display Info", - "pin_earned_text": "lawin is the winner!", + "pin_earned_text": "Burlone is the winner!", "tournament_display_id": "s11_switchcup", "highlight_color": "FFFFFF", "schedule_info": "November 2nd & 3rd: 2pm - 5pm JST", "primary_color": "FFFFFF", "flavor_description": "cool", - "poster_front_image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "poster_front_image": "https://imgur.com/L06O0IJ.png", "short_format_title": "Event Sessions", "title_line_2": "boomer", "title_line_1": "Solo", @@ -1205,7 +1205,7 @@ "long_format_title": "nice", "poster_fade_color": "DD091A", "secondary_color": "1B1B1B", - "playlist_tile_image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "playlist_tile_image": "https://imgur.com/L06O0IJ.png", "base_color": "FFFFFF" } ], @@ -6024,7 +6024,7 @@ "spotlight": false }, { - "image": "https://cdn.discordapp.com/attachments/927739901540188200/930882658546876506/lawin.jpg", + "image": "https://imgur.com/L06O0IJ.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "ENJOY!", diff --git a/routes/user.js b/routes/user.js index 0c84ac4..fd106cd 100644 --- a/routes/user.js +++ b/routes/user.js @@ -123,7 +123,7 @@ app.get("/account/api/public/account/:accountId", verifyToken, (req, res) => { res.json({ id: req.user.accountId, displayName: req.user.username, - name: "Lawin", + name: "Reload", email: `[hidden]@${req.user.email.split("@")[1]}`, failedLoginAttempts: 0, lastLogin: new Date().toISOString(), diff --git a/structs/functions.js b/structs/functions.js index cd1b5ae..b4e10d4 100644 --- a/structs/functions.js +++ b/structs/functions.js @@ -113,7 +113,7 @@ function getContentPages(req) { if (memory.build < 5.30) { news.forEach(mode => { contentpages[mode].news.messages[0].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879507496308736/discord.png"; - contentpages[mode].news.messages[1].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879519882088508/lawin.png"; + contentpages[mode].news.messages[1].image = "https://imgur.com/L06O0IJ.png"; }); } } catch {}