Skip to content

Commit 8118361

Browse files
committed
chore(*): remove unused imports
1 parent 3c4bc1b commit 8118361

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/functions/docs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ import {
2121
EMOJI_ID_ENUM,
2222
EMOJI_ID_VARIABLE,
2323
EMOJI_ID_VARIABLE_DEV,
24-
DJS_QUERY_SEPARATOR,
2524
} from '../util/constants.js';
2625
import { logger } from '../util/logger.js';
2726
import { prepareErrorResponse, prepareResponse } from '../util/respond.js';
2827
import { truncate } from '../util/truncate.js';
29-
import { djsDocsDependencies, djsMeiliSearch, meiliVersion, parseDocsPath } from './autocomplete/docsAutoComplete.js';
30-
31-
const BASE_SEARCH = 'https://search.discordjs.dev/';
3228

3329
/**
3430
* Vercel blob store format

0 commit comments

Comments
 (0)