summaryrefslogtreecommitdiff
path: root/src/Config.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.zig')
-rw-r--r--src/Config.zig1
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
43bot_name: []const u8,
43bot_token: []const u8, 44bot_token: []const u8,
44db_path: [:0]const u8, 45db_path: [:0]const u8,
45dev_group: i64, 46dev_group: i64,