Skip to content

Commit 3d421f5

Browse files
authored
fix(ratelimit): plugin source compilation issues
1 parent f519cf6 commit 3d421f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ratelimit/src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import type {
66
PreparedAppCommandExecution,
77
} from 'commandkit';
88
import { createAsyncQueue, type AsyncQueue } from 'commandkit/async-queue';
9-
import { EmbedBuilder, MessageFlags } from 'discord.js';
10-
import type { Interaction, Message } from 'discord.js';
9+
import { EmbedBuilder, MessageFlags, Message } from 'discord.js';
10+
import type { Interaction } from 'discord.js';
1111
import { RateLimitEngine } from './engine/RateLimitEngine';
1212
import type {
1313
RateLimitCommandConfig,

0 commit comments

Comments
 (0)