feat: create inject all bots decorator

This commit is contained in:
atassis
2022-07-09 18:15:13 +08:00
parent 9935b87d45
commit 92ff5164a6
7 changed files with 46 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
import { TELEGRAF_ALL_BOTS } from '../telegraf.constants';
export const getAllBotsToken = (): string => TELEGRAF_ALL_BOTS;