summaryrefslogtreecommitdiff
path: root/src/notifications/notifications.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifications.hpp')
-rw-r--r--src/notifications/notifications.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notifications/notifications.hpp b/src/notifications/notifications.hpp
index fb71349..5498938 100644
--- a/src/notifications/notifications.hpp
+++ b/src/notifications/notifications.hpp
@@ -10,7 +10,8 @@ public:
void CheckMessage(const Message &message);
private:
- void NotifyMessage(const Message &message);
+ void NotifyMessageDM(const Message &message);
+ void NotifyMessageGuild(const Message &message);
[[nodiscard]] bool IsDND() const;