mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
add http client and channel reordering (waste of time)
This commit is contained in:
@@ -20,12 +20,15 @@ public:
|
||||
void ActionConnect();
|
||||
void ActionDisconnect();
|
||||
void ActionSetToken();
|
||||
void ActionMoveGuildUp(Snowflake id);
|
||||
void ActionMoveGuildDown(Snowflake id);
|
||||
|
||||
std::string GetDiscordToken() const;
|
||||
bool IsDiscordActive() const;
|
||||
|
||||
const DiscordClient &GetDiscordClient() const;
|
||||
void DiscordNotifyReady();
|
||||
void DiscordNotifyChannelListFullRefresh();
|
||||
|
||||
private:
|
||||
std::string m_discord_token;
|
||||
|
||||
Reference in New Issue
Block a user