1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

add back guild id to message tojson

This commit is contained in:
Madeline 2023-08-07 12:38:20 +10:00
parent 32c8211984
commit 6a5dc1c361
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281

View File

@ -223,7 +223,6 @@ export class Message extends BaseClass {
...this,
author_id: undefined,
member_id: undefined,
guild_id: undefined,
webhook_id: undefined,
application_id: undefined,
nonce: undefined,