Upload files to "include"

This commit is contained in:
2025-11-03 22:47:27 +00:00
commit 0d669f554f
4 changed files with 43 additions and 0 deletions

6
include/messageParser.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MESSAGE_PARSER_H
#define MESSAGE_PARSER_H
bool parseMessage(const struct discord_message *msg);
#endif