upgraded DMs, and fixed bugs
This commit is contained in:
@@ -73,6 +73,8 @@ class User extends SnowFlake{
|
||||
{method: "POST",
|
||||
body: JSON.stringify({recipients: [this.id]}),
|
||||
headers: this.localuser.headers
|
||||
}).then(_=>_.json()).then(json=>{
|
||||
this.localuser.goToChannel(json.id)
|
||||
});
|
||||
});
|
||||
this.contextmenu.addbutton("Block user",function(this:User){
|
||||
|
Reference in New Issue
Block a user