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:
parent
316efa02e8
commit
e5dfaf2d54
@ -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;
|
||||
}[];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user