sparkle/include/api.hpp

10 lines
233 B
C++
Raw Permalink Normal View History

2025-01-25 13:22:59 +05:00
#ifndef INCLUDE_API_HPP_
#define INCLUDE_API_HPP_
2025-01-15 13:34:41 +05:00
#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