mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-03 09:30:08 +00:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import MeiliSearch from 'meilisearch';
|
|
|
|
export const client = new MeiliSearch({
|
|
host: 'https://search.discordjs.dev',
|
|
apiKey: 'b51923c6abb574b1e97be9a03dc6414b6c69fb0c5696d0ef01a82b0f77d223db',
|
|
});
|