use error ig

This commit is contained in:
m 2021-05-25 12:41:10 -05:00 committed by GitHub
parent f2e41f8e21
commit bb186e048b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ namespace discord
static void errored(const int error_code, const char* message)
{
console::info("Discord: Error (%i): %s\n", error_code, message);
console::error("Discord: Error (%i): %s\n", error_code, message);
}
};
}