patch chat and game invite
This commit is contained in:
@ -24,7 +24,7 @@ class Channel {
|
||||
|
||||
this.messages.push(new Message(
|
||||
this.channel,
|
||||
data.author,
|
||||
data.author_id,
|
||||
data.content,
|
||||
data.time,
|
||||
));
|
||||
|
@ -16,7 +16,6 @@ export default class Channels {
|
||||
return undefined;
|
||||
|
||||
const data = await response.json();
|
||||
//console.log(data)
|
||||
|
||||
this.channel = new Channel(this.client, data.id, members_id, data.messages, reload);
|
||||
}
|
||||
|
Reference in New Issue
Block a user