We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32ea5c commit 62df7b5Copy full SHA for 62df7b5
1 file changed
src/routes/discord.js
@@ -38,7 +38,6 @@ async function getMessagesLeaderboard() {
38
async function updateGuildInfoCache() {
39
try {
40
const config = await database.DataCollectionConfiguration.getDataCollectionConfig(mainServer) // We'll keep this here
41
- // what the *** is this code -m 2025
42
const data = await Promise.all([
43
database.MessageCount.getMessageCount(mainServer),
44
discordUtility.getMemberCount(mainServer),
0 commit comments