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:
@@ -62,6 +62,7 @@ enum class GatewayOp : int {
|
||||
enum class GatewayEvent : int {
|
||||
READY,
|
||||
MESSAGE_CREATE,
|
||||
MESSAGE_DELETE,
|
||||
};
|
||||
|
||||
struct GatewayMessage {
|
||||
|
||||
Reference in New Issue
Block a user