Skip to content

Commit 2752151

Browse files
authored
didn't count played songs
1 parent ad8984a commit 2752151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/erela_events/events.js

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = (client) => {
7777
})
7878
.on("trackStart", async (player, track) => {
7979
try {
80+
try { client.stats.inc("global", "songs") } catch (e) { }
8081
let edited = false;
8182
if (playercreated.has(player.guild)) {
8283
player.set("eq", "💣 None");

0 commit comments

Comments
 (0)