From 673f55a39e5e7626ca29becf60ba161f264a8ad1 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 2 May 2024 01:18:23 +0500 Subject: upd: use client_id and token to get bot creds --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ff3e78b..2eb0a96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { return -1; } - bot::irc::Client client(cfg.bot_username, cfg.bot_password); + bot::irc::Client client(cfg.bot_client_id, cfg.bot_password); bot::command::CommandLoader command_loader; bot::loc::Localization localization("localization"); -- cgit v1.2.3