Added Challenges (Backend Part)

This commit is contained in:
Burlone
2024-07-24 02:44:45 +02:00
parent f872215f87
commit 5c26e25685
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"attributes": {
"platform": "EpicPC"
},
"quantity": 5000
"quantity": 0
},
"Token:FounderChatUnlock": {
"templateId": "Token:FounderChatUnlock",
+1 -1
View File
@@ -12,7 +12,7 @@
"attributes": {
"platform": "Shared"
},
"quantity": 50000
"quantity": 0
},
"HomebaseBannerColor:DefaultColor1": {
"templateId": "HomebaseBannerColor:DefaultColor1",
+1 -1
View File
@@ -45,6 +45,6 @@ module.exports = {
})
.setTimestamp();
await interaction.reply({ embeds: [embed], ephemeral: true });
await interaction.options.getUser('username').send({ content: "Your account has been deleted by an **administrator**" });
await interaction.options.getUser('username').send({ content: `Your account has been deleted by <@${interaction.user.id}>` });
}
}
+1 -1
View File
@@ -380,6 +380,7 @@ app.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", verifyToken,
}];
}
res.json({
profileRevision: profile.rvn || 0,
profileId: req.query.profileId,
@@ -388,7 +389,6 @@ app.post("/fortnite/api/game/v2/profile/*/client/ClientQuestLogin", verifyToken,
notifications: Notifications,
profileCommandRevision: profile.commandRevision || 0,
serverTime: new Date().toISOString(),
//multiUpdate: MultiUpdate,
responseVersion: 1
});
});