1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

remove default welcome screen text

This commit is contained in:
Madeline 2023-08-12 00:43:38 +10:00
parent 23e234a87b
commit ecb227105a
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -24,7 +24,7 @@ import {
OneToMany,
RelationId,
} from "typeorm";
import { Config, GuildWelcomeScreen, handleFile, Snowflake } from "..";
import { Config, GuildWelcomeScreen, Snowflake, handleFile } from "..";
import { Ban } from "./Ban";
import { BaseClass } from "./BaseClass";
import { Channel } from "./Channel";
@ -321,7 +321,7 @@ export class Guild extends BaseClass {
verification_level: 0,
welcome_screen: {
enabled: false,
description: "Fill in your description",
description: "",
welcome_channels: [],
},