From 67435b224462d1ec6a1777ab6307d72c21a56767 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 5 Apr 2020 22:57:36 -0400 Subject: [PATCH] fix: group events were not being triggered --- src/structures/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/index.js b/src/structures/index.js index 4e72510..87b3f6e 100644 --- a/src/structures/index.js +++ b/src/structures/index.js @@ -10,4 +10,5 @@ module.exports = { MessageMedia: require('./MessageMedia'), PrivateChat: require('./PrivateChat'), PrivateContact: require('./PrivateContact'), + GroupNotification: require('./GroupNotification') }; \ No newline at end of file