summaryrefslogtreecommitdiff
path: root/abaddon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.cpp')
-rw-r--r--abaddon.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/abaddon.cpp b/abaddon.cpp
index 18990e5..954814a 100644
--- a/abaddon.cpp
+++ b/abaddon.cpp
@@ -87,6 +87,10 @@ void Abaddon::DiscordNotifyMessageDelete(Snowflake id, Snowflake channel_id) {
m_main_window->UpdateChatMessageDeleted(id, channel_id);
}
+void Abaddon::DiscordNotifyMessageUpdateContent(Snowflake id, Snowflake channel_id) {
+ m_main_window->UpdateChatMessageEditContent(id, channel_id);
+}
+
void Abaddon::ActionConnect() {
if (!m_discord.IsStarted())
StartDiscord();