UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

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