Don't count owner command
This commit is contained in:
parent
c2a57fdc46
commit
745f26c174
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class commandStartedListener extends Listener {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dailyStats) {
|
if (dailyStats) {
|
||||||
|
if (command.category.id == 'owner') return; // Don't count owner command
|
||||||
let obj = {
|
let obj = {
|
||||||
guild: message.guild.id,
|
guild: message.guild.id,
|
||||||
command: command.id
|
command: command.id
|
||||||
|
|
Loading…
Reference in a new issue