mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
add MESSAGE_DELETE handling
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
void DiscordNotifyReady();
|
||||
void DiscordNotifyChannelListFullRefresh();
|
||||
void DiscordNotifyMessageCreate(Snowflake id);
|
||||
void DiscordNotifyMessageDelete(Snowflake id, Snowflake channel_id);
|
||||
|
||||
private:
|
||||
DiscordClient m_discord;
|
||||
|
||||
Reference in New Issue
Block a user