We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f331b54 commit 76580ecCopy full SHA for 76580ec
2 files changed
‎src/commands/docs/baseline.ts‎
@@ -9,9 +9,9 @@ import {
9
} from 'discord.js';
10
import { features as data } from 'web-features';
11
import { fuzzySearch } from '../../util/fuzzy-search.js';
12
+import { clampText } from '../../util/text.js';
13
import type { ProviderConfig } from './types.js';
14
import { createBaseConfig, getBaselineFeatures } from './utils.js';
-import { clampText } from '../../util/text.js';
15
16
export type FeatureData = {
17
name: string;
‎src/util/commands.ts‎
@@ -1,4 +1,4 @@
1
-import type { ChatInputCommandInteraction, Client } from 'discord.js';
+import type { ChatInputCommandInteraction } from 'discord.js';
2
import type { Command } from '../commands/types.js';
3
4
export const createCommand = (command: Command): Command => {
0 commit comments