재생목록 추가기능 추가

This commit is contained in:
2024-01-02 00:40:40 +09:00
parent 5f08bc4c09
commit dd330fbf47
12 changed files with 117 additions and 92 deletions

View File

@@ -4,12 +4,14 @@
#include <dpp/dpp.h>
struct FQueueElement {
std::string URL;
std::string title;
std::string description;
std::string FileName;
std::string thumbnail;
std::string duration;
dpp::snowflake guild_id;
dpp::embed embed;
};
#endif