From cd9b22d0843bf5062df9f05e2d8aac8455fc662d Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 24 Jun 2024 09:05:57 -0500 Subject: [PATCH] fixed bug --- webpage/dirrect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/dirrect.js b/webpage/dirrect.js index a3957f6..b11e7b3 100644 --- a/webpage/dirrect.js +++ b/webpage/dirrect.js @@ -4,10 +4,10 @@ class dirrect extends guild{ this.message_notifications=0; console.log(JSON); this.owner=owner; - this.headers=this.localuser.headers; if(!this.localuser){ console.error("Owner was not included, please fix") } + this.headers=this.localuser.headers; this.channels=[]; this.channelids={}; this.id="@me";