You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Err(e) => error_reply("Error Initializing Jinx",format!("Error verifying API key: {e}")),
167
149
}
168
150
}else{
169
151
// user has given us some mystery garbage value for their API key
170
-
debug!(
171
-
"invalid API key provided in {}: \"{}\"",
172
-
guild_id.get(),
173
-
api_key
174
-
);// log it to try and diagnose why people have trouble with the initial setup
152
+
debug!("invalid API key provided in {}: \"{}\"", guild_id.get(), api_key);// log it to try and diagnose why people have trouble with the initial setup
175
153
error_reply(
176
154
"Error Initializing Jinx",
177
155
"Provided API key appears to be invalid. API keys should look like `sk_9bba2064ee8c20aa4fd6b015eed2001a`. If you need help, bot setup documentation can be found [here](<https://github.com/zkxs/jinx#installation>).",
0 commit comments