removes a lot of uneeded logs

This commit is contained in:
MathMan05
2024-06-24 16:31:02 -05:00
parent 8a1d7ee38b
commit c70008835c
8 changed files with 0 additions and 29 deletions

View File

@@ -5,7 +5,6 @@ class role{
}
this.permissions=new permissions(JSON.permissions);
this.owner=owner;
console.log(this);
}
get guild(){
return this.owner;