We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8f069 commit 11c5f4aCopy full SHA for 11c5f4a
src/TelepathServiceProvider.php
@@ -31,7 +31,7 @@ public function register(): void
31
$this->app->singleton("telepath.bot.{$name}", function () use ($config) {
32
33
return BotBuilder::token($config->apiToken)
34
- ->handlersIn($config->directory ?? app_path('Telepath'))
+ ->handlerPath($config->directory ?? app_path('Telepath'))
35
->useEventDispatcher(new EventDispatcherBridge(app('events')))
36
->useServiceContainer(app())
37
->build();
0 commit comments