From 9a49d0f586159852ac7027c274ba2a246ee6c395 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Fri, 21 Jun 2024 17:11:58 -0500 Subject: [PATCH] added default to fix DM notifications --- webpage/guild.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpage/guild.js b/webpage/guild.js index a42f469..9859b9e 100644 --- a/webpage/guild.js +++ b/webpage/guild.js @@ -55,6 +55,7 @@ class guild{ this.roles=[]; this.roleids={}; this.prevchannel=undefined; + this.message_notifications=0; for(const roley of JSON.roles){ const roleh=new role(roley); this.roles.push(roleh)