summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp
index e2fb470..29b7801 100644
--- a/abaddon.hpp
+++ b/abaddon.hpp
@@ -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;