Open TheRealDadbeard opened 2 years ago
hmm... script.js might be possible to reverse the chat_container append
might even be as simple as replacing append == prepend
$('#chat_container').append(lines);
some testing would be required to see if this is true
Need This too please 🙏
Right now the chat starts at the bottom. Would be nice if we could reverse it so it starts at the top.