UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 266 B
import { ChatInputCommandInteraction } from "discord.js"; import Artibot from "../../index.js"; /** Help slash command */ export default function execute(interaction: ChatInputCommandInteraction, { config, localizer, createEmbed, modules }: Artibot): Promise<void>;