Skip to content

Commit

Permalink
remove unsed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
euandrelucas committed May 22, 2022
1 parent 4c117cb commit 683bff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Integrations/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ app.get('/api/commands', async (req, res) => {
return res.json(global.zuly.commands);
});
app.get('/api/status', async (req, res) => {
const { cluster } = require('../Config/config');
const guilds = global.zuly.guilds.cache.size;
const users = await global.zuly.guilds.cache.reduce((acc, guild) => acc + guild.memberCount, 0);
const date = Date.now();
Expand Down

0 comments on commit 683bff2

Please sign in to comment.