Various fixes I forgot to push

This commit is contained in:
MathMan05 2024-06-22 11:53:06 -05:00
parent 95f6bc202d
commit f64c5f02f2
6 changed files with 21 additions and 17 deletions

View file

@ -139,7 +139,7 @@ class group extends channel{
}
}
notititle(message){
return message.author.username;
return message.author.username;
}
unreads(){
const sentdms=document.getElementById("sentdms");