This commit is contained in:
JonnyBro 2022-01-14 00:12:59 +05:00
parent 3fbac5b6a6
commit 9a5cc29d1a
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,6 @@ router.get("/:serverID", CheckAuth, async(req, res) => {
memberData: memberData,
translate: req.translate,
bot: req.client,
convertTime: req.convertTime,
currentURL: `${req.client.config.dashboard.baseURL}${req.originalUrl}`
});
});

View file

@ -47,6 +47,7 @@ router.get("/:serverID", CheckAuth, async (req, res) => {
stats,
memberData: memberData,
bot: req.client,
convertTime: req.convertTime,
guildID: guild.id,
translate: req.translate,
currentURL: `${req.client.config.dashboard.baseURL}${req.originalUrl}`,