Rostyslav Miniukov

Results 1 comments of Rostyslav Miniukov

To use async module import like this: ```JS TelegramModule.forRootAsync({ useFactory: async (configService: ConfigService) => ({ botKey: configService.get('BOT_TOKEN'), }), inject: [ConfigService], }), ``` You need to make your config service globally...