Changing bot for tg provider

This commit is contained in:
Selim Mustafaev 2024-05-14 20:03:00 +00:00
parent e31b0da001
commit 2337a40e2b

View File

@ -37,7 +37,7 @@ class TGProvider {
async init() {
await this.tgClient.login();
this.chat = await this.tgClient.findChat('@l0r3m1psum_bot');
this.chat = await this.tgClient.findChat('@autocat6696_bot'); // @l0r3m1psum_bot
}
async close() {