idk
This commit is contained in:
@@ -3,5 +3,5 @@ import { ChatInputCommandInteraction, SlashCommandBuilder } from "discord.js"
|
||||
export const data = new SlashCommandBuilder().setName("ping").setDescription("Replies with Pong!")
|
||||
|
||||
export const exec = async (interaction: ChatInputCommandInteraction) => {
|
||||
await interaction.reply("Pong!")
|
||||
await interaction.reply(["Pong!", "# Client "].join("\n"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user