summaryrefslogtreecommitdiff
path: root/bot/src/handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/handlers.cpp')
-rw-r--r--bot/src/handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/handlers.cpp b/bot/src/handlers.cpp
index 46ae51d..2d19475 100644
--- a/bot/src/handlers.cpp
+++ b/bot/src/handlers.cpp
@@ -130,7 +130,7 @@ namespace bot::handlers {
db::create_connection(bundle.configuration);
std::optional<command::Requester> requester =
- command::get_requester(message, conn);
+ command::get_requester(message, conn, bundle.configuration);
if (!requester.has_value()) {
return;