mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
Added Challenges (Backend Part)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"attributes": {
|
||||
"platform": "EpicPC"
|
||||
},
|
||||
"quantity": 5000
|
||||
"quantity": 0
|
||||
},
|
||||
"Token:FounderChatUnlock": {
|
||||
"templateId": "Token:FounderChatUnlock",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"attributes": {
|
||||
"platform": "Shared"
|
||||
},
|
||||
"quantity": 50000
|
||||
"quantity": 0
|
||||
},
|
||||
"HomebaseBannerColor:DefaultColor1": {
|
||||
"templateId": "HomebaseBannerColor:DefaultColor1",
|
||||
|
||||
@@ -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
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user