This commit is contained in:
2024-05-14 11:33:26 +02:00
parent ff21682310
commit 927e41cdd3
4 changed files with 30 additions and 13 deletions

View File

@ -16,7 +16,7 @@ export default class Channels {
return undefined;
const data = await response.json();
console.log(data)
//console.log(data)
this.channel = new Channel(this.client, data.id, members_id, data.messages, reload);
}