A lot of work, added some audio support and bot tags

This commit is contained in:
MathMan05
2024-06-19 13:40:05 -05:00
parent 921dbcf0dd
commit 457b3dde6c
10 changed files with 167 additions and 18 deletions

View File

@@ -395,7 +395,7 @@ class localuser{
var reader = new FileReader();
reader.readAsDataURL(file);
console.log(this.headers);
reader.onload = () =>{
reader.onload = ()=>{
fetch(info.api.toString()+"/v9/users/@me",{
method:"PATCH",
headers:this.headers,