mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +03:00
feat(lib/telegraf.service.ts): set bot public
This commit is contained in:
parent
6138ae0918
commit
cef3796f01
@ -17,7 +17,7 @@ import { InvalidConfigurationException } from './exeptions'
|
|||||||
export class TelegrafService {
|
export class TelegrafService {
|
||||||
private readonly logger = new Logger(TelegrafService.name, true)
|
private readonly logger = new Logger(TelegrafService.name, true)
|
||||||
private readonly sitePublicUrl?: string
|
private readonly sitePublicUrl?: string
|
||||||
private readonly bot: Telegraf<ContextMessageUpdate>
|
public readonly bot: Telegraf<ContextMessageUpdate>
|
||||||
private ref: ModuleRef
|
private ref: ModuleRef
|
||||||
|
|
||||||
public constructor(
|
public constructor(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nestjs-telegraf",
|
"name": "nestjs-telegraf",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "Telegraf module for Nest framework",
|
"description": "Telegraf module for Nest framework",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nest",
|
"nest",
|
||||||
@ -64,4 +64,4 @@
|
|||||||
"git add"
|
"git add"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user