UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 271 B
import { ChatInputCommandInteraction } from "discord.js"; import Artibot from "../../index.js"; /** Slash command to create an embed */ export default function execute(interaction: ChatInputCommandInteraction, { config, localizer, createEmbed }: Artibot): Promise<void>;