patch chat and game invite

This commit is contained in:
2024-05-15 09:53:44 +02:00
parent f4b7a50269
commit 1ad9d0897b
8 changed files with 33 additions and 27 deletions

View File

@ -24,7 +24,7 @@ class Channel {
this.messages.push(new Message(
this.channel,
data.author,
data.author_id,
data.content,
data.time,
));