This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
2025-01-15 13:34:41 +05:00

10 lines
229 B
C

#ifndef INCLUDE_API_H_
#define INCLUDE_API_H_
#include <api/Author.hpp>
#include <api/Message.hpp>
#include <api/Channel.hpp>
#include <api/Embed.hpp>
#include <api/Bot.hpp>
#include <api/User.hpp>
#include <api/Guild.hpp>
#endif