mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-27 06:25:20 +00:00
Fix types for welcome screen
This commit is contained in:
@@ -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;
|
||||
}[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user