Commit cc711e8a authored by nanahira's avatar nanahira

fix

parent 959fe120
Pipeline #19419 passed with stages
in 6 minutes and 13 seconds
...@@ -45,8 +45,8 @@ import { OnSubscribeService } from './on-subscribe/on-subscribe.service'; ...@@ -45,8 +45,8 @@ import { OnSubscribeService } from './on-subscribe/on-subscribe.service';
HttpModule, HttpModule,
KoishiModule.registerAsync({ KoishiModule.registerAsync({
inject: [ConfigService], inject: [ConfigService],
useWs: true,
useFactory: async (config: ConfigService) => ({ useFactory: async (config: ConfigService) => ({
useWs: true,
usePlugins: [ usePlugins: [
PluginDef(HelpPlugin), PluginDef(HelpPlugin),
PluginDef(PuppeteerPlugin), PluginDef(PuppeteerPlugin),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment