Update Integration structure: add readonly to session

This commit is contained in:
Nicolás Serna 2022-07-08 22:19:48 -03:00
parent a7317a0a3c
commit af512954de

View File

@ -53,8 +53,8 @@ export class Integration implements Model {
}
}
readonly session: Session;
id: Snowflake;
session: Session;
guildId?: Snowflake;
name: string;