mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 08:45:03 +00:00
Fix !counters reset_all not also removing triggers
This commit is contained in:
parent
9e1586e90e
commit
ed10b8753e
2 changed files with 7 additions and 0 deletions
|
@ -532,5 +532,9 @@ export class GuildCounters extends BaseGuildRepository {
|
|||
await this.counterValues.delete({
|
||||
counter_id: counterId,
|
||||
});
|
||||
|
||||
await this.counterTriggers.delete({
|
||||
counter_id: counterId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue