diff options
| author | 2025-08-16 15:21:49 +0300 | |
|---|---|---|
| committer | 2025-08-16 15:21:49 +0300 | |
| commit | 6e2ce2e988c0f46950515488c790e97f430fbf33 (patch) | |
| tree | ebe8fe062ff914d15e8ac342566868d8207b2ceb /src/Config.zig | |
| parent | Fix ChatBoostSource (diff) | |
| download | ukkobot-main.tar.gz ukkobot-main.tar.xz ukkobot-main.zip | |
Diffstat (limited to 'src/Config.zig')
| -rw-r--r-- | src/Config.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.zig b/src/Config.zig index 2732df3..60f25ad 100644 --- a/src/Config.zig +++ b/src/Config.zig | |||
| @@ -40,6 +40,7 @@ pub const Wrapper = struct { | |||
| 40 | } | 40 | } |
| 41 | }; | 41 | }; |
| 42 | 42 | ||
| 43 | bot_name: []const u8, | ||
| 43 | bot_token: []const u8, | 44 | bot_token: []const u8, |
| 44 | db_path: [:0]const u8, | 45 | db_path: [:0]const u8, |
| 45 | dev_group: i64, | 46 | dev_group: i64, |