diff --git a/.dist/channel.js b/.dist/channel.js index 0ccb793..668463a 100644 --- a/.dist/channel.js +++ b/.dist/channel.js @@ -811,7 +811,7 @@ class Channel { id = this.goBackIds(this.lastmessage.snowflake, 50); } if (!id) { - if (removetitle) { + if (!removetitle) { const title = document.createElement("h2"); title.id = "removetitle"; title.textContent = "No messages appear to be here, be the first to say something!"; diff --git a/webpage/channel.ts b/webpage/channel.ts index 55d157f..7d5eb5a 100644 --- a/webpage/channel.ts +++ b/webpage/channel.ts @@ -814,7 +814,7 @@ class Channel{ id=this.goBackIds(this.lastmessage.snowflake,50); } if(!id){ - if(removetitle){ + if(!removetitle){ const title=document.createElement("h2"); title.id="removetitle"; title.textContent="No messages appear to be here, be the first to say something!"