mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Fix
This commit is contained in:
@@ -2,7 +2,9 @@ const Collection = require('@discordjs/collection');
|
|||||||
const Timer = require('./Timer');
|
const Timer = require('./Timer');
|
||||||
|
|
||||||
module.exports = class TimerManager extends Collection {
|
module.exports = class TimerManager extends Collection {
|
||||||
constructor(client) {
|
constructor(client, options) {
|
||||||
|
super(options);
|
||||||
|
|
||||||
Object.defineProperty(this, 'client', { value: client });
|
Object.defineProperty(this, 'client', { value: client });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user