1
0
forked from keinBot/cuffeo
This commit is contained in:
Flummi
2018-09-08 12:43:55 +02:00
parent 7da5f9c653
commit 67238858bd
3 changed files with 14 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import EventEmitter from "events";
const clients = [];
const cuffeo = class wrapper extends EventEmitter {
const cuffeo = class cuffeo extends EventEmitter {
constructor(cfg, _admins = []) {
super();
admins.admins = _admins;