We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f519cf6 commit 3d421f5Copy full SHA for 3d421f5
packages/ratelimit/src/plugin.ts
@@ -6,8 +6,8 @@ import type {
6
PreparedAppCommandExecution,
7
} from 'commandkit';
8
import { createAsyncQueue, type AsyncQueue } from 'commandkit/async-queue';
9
-import { EmbedBuilder, MessageFlags } from 'discord.js';
10
-import type { Interaction, Message } from 'discord.js';
+import { EmbedBuilder, MessageFlags, Message } from 'discord.js';
+import type { Interaction } from 'discord.js';
11
import { RateLimitEngine } from './engine/RateLimitEngine';
12
import type {
13
RateLimitCommandConfig,
0 commit comments