diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-04 01:26:30 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-04 01:26:30 +0500 |
| commit | 428998889e9bb60c7dc46388184b07c489ddaeb2 (patch) | |
| tree | 872a11239eebbf930c85d846f7cec9f828a43ab5 /bot/src/handlers.cpp | |
| parent | 638622d66dbe58ff96b7d1c2c6ec4b040b27da6d (diff) | |
feat: trusted users
Diffstat (limited to 'bot/src/handlers.cpp')
| -rw-r--r-- | bot/src/handlers.cpp | 2 |
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; |
