Files
Gods-bot/include/godsBot.h
2025-11-03 22:47:27 +00:00

18 lines
277 B
C

#ifndef GODSBOT_H
#define GODSBOT_H
// global installs
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <concord/discord.h>
#include <wren.h>
// local libs
#include "discordBot.h"
#include "wrenVM.h"
#include "messageParser.h"
#endif