database connectivity for timers
This commit is contained in:
@@ -100,6 +100,9 @@ export class tg extends EventEmitter {
|
||||
logger.error(`(${this.network}) ${err.message}`);
|
||||
});
|
||||
}
|
||||
sendmsg(mode, recipient, msg) {
|
||||
this.send(recipient, msg);
|
||||
}
|
||||
reply(tmp) {
|
||||
return {
|
||||
type: "tg",
|
||||
|
||||
Reference in New Issue
Block a user