added default to fix DM notifications

This commit is contained in:
MathMan05 2024-06-21 17:11:58 -05:00
parent 31f3fef52d
commit 9a49d0f586

View file

@ -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)