summaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index 5931250..96f98d9 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -79,7 +79,7 @@ fn wrappedMain(bot: *Bot) !void {
79 .text = "Initializing...", 79 .text = "Initializing...",
80 }); 80 });
81 81
82 try bot.setMyName(.{ .name = "Ukko's bot" }); 82 try bot.setMyName(.{ .name = bot.config.bot_name });
83 83
84 var gup = types.GetUpdatesParams{ .timeout = 60 }; 84 var gup = types.GetUpdatesParams{ .timeout = 60 };
85 while (bot.poweron) { 85 while (bot.poweron) {