Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 16, 2024
1 parent c7bb30a commit dfd96cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/carbon/src/classes/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import {
} from "discord-api-types/v10"
import { AutoRouter, type IRequestStrict, StatusError, json } from "itty-router"
import type { BaseCommand } from "../abstracts/BaseCommand.js"
import { channelFactory } from "../factories/channelFactory.js"
import { CommandHandler } from "../internals/CommandHandler.js"
import { ComponentHandler } from "../internals/ComponentHandler.js"
import { ModalHandler } from "../internals/ModalHandler.js"
import { concatUint8Arrays, subtleCrypto, valueToUint8Array } from "../utils.js"
import { channelFactory } from "../factories/channelFactory.js"
import { Guild } from "../structures/Guild.js"
import { GuildMember } from "../structures/GuildMember.js"
import { Role } from "../structures/Role.js"
import { User } from "../structures/User.js"
import { GuildMember } from "../structures/GuildMember.js"
import { concatUint8Arrays, subtleCrypto, valueToUint8Array } from "../utils.js"

/**
* The mode that the client is running in.
Expand Down

0 comments on commit dfd96cd

Please sign in to comment.