summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/abaddon.hpp b/abaddon.hpp
index ddd85f7..4e8d01a 100644
--- a/abaddon.hpp
+++ b/abaddon.hpp
@@ -39,12 +39,12 @@ public:
bool IsDiscordActive() const;
const DiscordClient &GetDiscordClient() const;
- void DiscordNotifyReady();
- void DiscordNotifyChannelListFullRefresh();
- void DiscordNotifyMessageCreate(Snowflake id);
- void DiscordNotifyMessageDelete(Snowflake id, Snowflake channel_id);
- void DiscordNotifyMessageUpdateContent(Snowflake id, Snowflake channel_id);
- void DiscordNotifyGuildMemberListUpdate(Snowflake guild_id);
+ void DiscordOnReady();
+ void DiscordOnChannelListRefresh();
+ void DiscordOnMessageCreate(Snowflake id);
+ void DiscordOnMessageDelete(Snowflake id, Snowflake channel_id);
+ void DiscordOnMessageUpdate(Snowflake id, Snowflake channel_id);
+ void DiscordOnGuildMemberListUpdate(Snowflake guild_id);
private:
DiscordClient m_discord;