embeds in responses

This commit is contained in:
2026-08-29 20:34:39 +02:00
parent 57ff0d0378
commit faa73838c0
9 changed files with 1301 additions and 36 deletions
+1 -1
View File
@@ -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);
}