A lot of work, added some audio support and bot tags
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user