From 64085fafec86b347c26bb92b758042a0bd4edc75 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:31:09 -0500 Subject: add basic guild notifications --- src/notifications/notifications.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/notifications/notifications.hpp') 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; -- cgit v1.2.3