Skip to content

Commit ababb4c

Browse files
chore(style): fix imports style
1 parent ab9bb5f commit ababb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/logging/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { RawFile, DiscordAPIError } from "@discordjs/rest";
1+
import { DiscordAPIError,RawFile } from "@discordjs/rest";
22
import { Snowflake } from "discord-api-types/globals";
33
import { APIEmbed, APIMessage, RESTJSONErrorCodes } from "discord-api-types/v9";
44
import { FastifyInstance } from "fastify";

0 commit comments

Comments
 (0)