summary refs log tree commit diff
path: root/src/util/entities/Guild.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-20 11:00:41 +0100
committerRory& <root@rory.gay>2026-03-20 11:00:41 +0100
commit5c018daba43a50c8c58140df20b1511b15ecff31 (patch)
tree86212ec6f136f79724ea0686cdda1f4edfc8a93e /src/util/entities/Guild.ts
parentFix missed import from "." (diff)
downloadserver-ts-entity-fix-attempt.tar.xz
Use import type in entities where possible entity-fix-attempt
Diffstat (limited to 'src/util/entities/Guild.ts')
-rw-r--r--src/util/entities/Guild.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts

index 6ab0f110f..5a6e7ea60 100644 --- a/src/util/entities/Guild.ts +++ b/src/util/entities/Guild.ts
@@ -18,19 +18,19 @@ import { Column, Entity, JoinColumn, ManyToOne, OneToMany, RelationId } from "typeorm"; import { Config, GuildWelcomeScreen, Snowflake, handleFile } from ".."; -import { Ban } from "./Ban"; +import { arrayRemove } from "@spacebar/util"; import { BaseClass } from "./BaseClass"; +import type { Ban } from "./Ban"; import { Channel } from "./Channel"; -import { Emoji } from "./Emoji"; -import { Invite } from "./Invite"; +import type { Emoji } from "./Emoji"; +import type { Invite } from "./Invite"; import { Member } from "./Member"; import { Role } from "./Role"; -import { Sticker } from "./Sticker"; -import { Template } from "./Template"; -import { User } from "./User"; -import { VoiceState } from "./VoiceState"; -import { Webhook } from "./Webhook"; -import { arrayRemove } from "@spacebar/util"; +import type { Sticker } from "./Sticker"; +import type { Template } from "./Template"; +import type { User } from "./User"; +import type { VoiceState } from "./VoiceState"; +import type { Webhook } from "./Webhook"; // TODO: application_command_count, application_command_counts: {1: 0, 2: 0, 3: 0} // TODO: guild_scheduled_events // TODO: stage_instances