nestjs-telegraf/lib/utils/get-all-bots-token.util.ts

4 lines
124 B
TypeScript
Raw Normal View History

2022-07-09 13:15:13 +03:00
import { TELEGRAF_ALL_BOTS } from '../telegraf.constants';
export const getAllBotsToken = (): string => TELEGRAF_ALL_BOTS;