added default to fix DM notifications
This commit is contained in:
parent
31f3fef52d
commit
9a49d0f586
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class guild{
|
||||||
this.roles=[];
|
this.roles=[];
|
||||||
this.roleids={};
|
this.roleids={};
|
||||||
this.prevchannel=undefined;
|
this.prevchannel=undefined;
|
||||||
|
this.message_notifications=0;
|
||||||
for(const roley of JSON.roles){
|
for(const roley of JSON.roles){
|
||||||
const roleh=new role(roley);
|
const roleh=new role(roley);
|
||||||
this.roles.push(roleh)
|
this.roles.push(roleh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue