From 535ff19dd942d9d53228200eea9096e7e59f76f8 Mon Sep 17 00:00:00 2001 From: turret Date: Mon, 29 Sep 2025 00:12:05 -0500 Subject: abstract: add interaction responses --- include/dbs/abstract.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/dbs/abstract.h (limited to 'include') diff --git a/include/dbs/abstract.h b/include/dbs/abstract.h new file mode 100644 index 0000000..62ec410 --- /dev/null +++ b/include/dbs/abstract.h @@ -0,0 +1,8 @@ +#ifndef __DBS_ABSTRACT_H +#define __DBS_ABSTRACT_H + +int interaction_reply(cJSON *i, char *content, int raw); +int interaction_defer_reply(cJSON *i, int hidden); +int interaction_edit_reply(cJSON *i, char *content, int raw); + +#endif -- cgit v1.2.3