mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 15:04:38 +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 {
|
||||
private readonly logger = new Logger(TelegrafService.name, true)
|
||||
private readonly sitePublicUrl?: string
|
||||
private readonly bot: Telegraf<ContextMessageUpdate>
|
||||
public readonly bot: Telegraf<ContextMessageUpdate>
|
||||
private ref: ModuleRef
|
||||
|
||||
public constructor(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nestjs-telegraf",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Telegraf module for Nest framework",
|
||||
"keywords": [
|
||||
"nest",
|
||||
@ -64,4 +64,4 @@
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user