summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-19 23:38:19 +0200
committerRory& <root@rory.gay>2026-04-20 00:14:47 +0200
commitae064aea1b9ba9b39bf4c2e320691efd90d7ba0d (patch)
tree912d25f5a65ee0403b84e9efdca19cf3ec6118fd /src/util/interfaces/Event.ts
parentMerge AckBulkSchema into MessageAcknowledgeSchema.ts (diff)
downloadserver-ts-ae064aea1b9ba9b39bf4c2e320691efd90d7ba0d.tar.xz
Clean up imports in schemas/api/bots
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 63e206f3..96d04a55 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -18,8 +18,6 @@ import { ConnectedAccount, - Interaction, - Message, Invite, Role, Emoji, @@ -42,6 +40,7 @@ import { JsonValue } from "@protobuf-ts/runtime"; import { ApplicationCommand, GuildCreateResponse, + Interaction, InteractionFailureReason, PartialEmoji, PublicChannel,