![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Playlist of songs and other variables. More...
#include <FoundationEntities.hpp>
Public Data Members | |
Song | currentSong {} |
The current Song that is playing. | |
bool | isLoopAllEnabled {} |
Is looping of the entire Playlist currently enabled? | |
bool | isLoopSongEnabled {} |
Is looping of Songs currently enabled? | |
jsonifier::vector< Song > | songQueue {} |
The list of Songs that are stored to be played. | |