summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-05 19:42:28 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-05 19:42:28 +1000
commita9eac479bb7753665c1a9c06a80056e87c1c8b7d (patch)
tree69e39b097d50c152e89f8443c2c7894679022c45 /src
parentMissing ready guild properties (diff)
downloadserver-a9eac479bb7753665c1a9c06a80056e87c1c8b7d.tar.xz
prettier whoops
Diffstat (limited to 'src')
-rw-r--r--src/util/dtos/ReadyGuildDTO.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/util/dtos/ReadyGuildDTO.ts b/src/util/dtos/ReadyGuildDTO.ts

index 72fb5ed8..1c1482dd 100644 --- a/src/util/dtos/ReadyGuildDTO.ts +++ b/src/util/dtos/ReadyGuildDTO.ts
@@ -98,10 +98,10 @@ export interface IReadyGuildDTO { nsfw_level: number | undefined; hub_type?: unknown | null; // ???? - home_header: null; // TODO - latest_onboarding_question_id: null; // TODO - safety_alerts_channel_id: null; // TODO - max_stage_video_channel_users: 50; // TODO + home_header: null; // TODO + latest_onboarding_question_id: null; // TODO + safety_alerts_channel_id: null; // TODO + max_stage_video_channel_users: 50; // TODO nsfw: boolean; id: string; }; @@ -155,10 +155,10 @@ export class ReadyGuildDTO implements IReadyGuildDTO { nsfw_level: number | undefined; hub_type?: unknown | null; // ???? - home_header: null; // TODO - latest_onboarding_question_id: null; // TODO - safety_alerts_channel_id: null; // TODO - max_stage_video_channel_users: 50; // TODO + home_header: null; // TODO + latest_onboarding_question_id: null; // TODO + safety_alerts_channel_id: null; // TODO + max_stage_video_channel_users: 50; // TODO nsfw: boolean; id: string; }; @@ -225,7 +225,7 @@ export class ReadyGuildDTO implements IReadyGuildDTO { home_header: null, id: guild.id, latest_onboarding_question_id: null, - max_stage_video_channel_users: 50, // TODO + max_stage_video_channel_users: 50, // TODO nsfw: guild.nsfw, safety_alerts_channel_id: null, };