fix bug
This commit is contained in:
parent
0a1d2cfd26
commit
70a99e2013
3 changed files with 3 additions and 1 deletions
|
@ -116,6 +116,7 @@ class Group extends Channel{
|
|||
this.buildmessages();
|
||||
history.pushState(null, null,"/channels/"+this.guild_id+"/"+this.snowflake);
|
||||
document.getElementById("channelname").textContent="@"+this.name;
|
||||
document.getElementById("typebox").contentEditable=""+true;
|
||||
}
|
||||
messageCreate(messagep){
|
||||
const messagez=new Message(messagep.d,this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue