1
0
Fork 0

Don't count owner command

akairo
loicbersier 4 years ago
parent c2a57fdc46
commit 745f26c174

@ -49,6 +49,7 @@ class commandStartedListener extends Listener {
}
if (dailyStats) {
if (command.category.id == 'owner') return; // Don't count owner command
let obj = {
guild: message.guild.id,
command: command.id

Loading…
Cancel
Save