embeds in responses
This commit is contained in:
+1
-1
@@ -26,5 +26,5 @@ void hammy_cmd_ping(const hammy_job_t* job, struct discord* client) {
|
||||
"Pong!\nGateway: `%d ms`\nHandled in: `%" PRId64 " ms`",
|
||||
gatewayMs, handledMs);
|
||||
|
||||
hammy_job_respond(job, client, body);
|
||||
hammy_job_respond(job, client, "Pong!", body, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user