Skip to content

Commit 9a3ec73

Browse files
committed
Enable SlackBotConnectionService
1 parent d370884 commit 9a3ec73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Camille/main.swift

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let bot = SlackBot(
1616
services: [
1717
SlackBotHelpService(),
1818
SlackBotErrorService(store: keyValueStore),
19+
SlackBotConnectionService(store: keyValueStore),
1920
HelloService(),
2021
KarmaService(storage: storage)
2122
]

0 commit comments

Comments
 (0)