summary refs log tree commit diff
path: root/src/util/entities/Guild.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:38 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:38 +1000
commitecb227105afd391ddc5112c4c992f6e6f2ddd485 (patch)
treef1118d1185237a7e1addaa2a706960728a381d15 /src/util/entities/Guild.ts
parentupdate invites endpoints to support latest api (diff)
downloadserver-ecb227105afd391ddc5112c4c992f6e6f2ddd485.tar.xz
remove default welcome screen text
Diffstat (limited to '')
-rw-r--r--src/util/entities/Guild.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts
index e364ed98..bdbda74b 100644
--- a/src/util/entities/Guild.ts
+++ b/src/util/entities/Guild.ts
@@ -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: [],
 			},