1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

Fix types for welcome screen

This commit is contained in:
Madeline 2022-07-06 23:52:25 +10:00
parent 316efa02e8
commit e5dfaf2d54

View File

@ -248,7 +248,7 @@ export class Guild extends BaseClass {
welcome_channels: {
description: string;
emoji_id?: string;
emoji_name: string;
emoji_name?: string;
channel_id: string;
}[];
};