nestjs-telegraf/lib/utils/get-all-bots-token.util.ts
2022-07-09 18:49:34 +08:00

4 lines
124 B
TypeScript

import { TELEGRAF_ALL_BOTS } from '../telegraf.constants';
export const getAllBotsToken = (): string => TELEGRAF_ALL_BOTS;