refactor: enhance file handling and metrics tracking; remove unused bot health tracker
This commit is contained in:
@@ -28,6 +28,7 @@ mock.module('telegraf', () => {
|
||||
constructor(token) {
|
||||
this.token = token;
|
||||
this.telegram = {
|
||||
token: token,
|
||||
sendPhoto: mock(() =>
|
||||
Promise.resolve({
|
||||
message_id: 12345,
|
||||
|
||||
Reference in New Issue
Block a user