mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Added Launch.json and Tasks.json sources for run and build
This commit is contained in:
parent
10e32adfe6
commit
3a6a2763f8
24 changed files with 980 additions and 567 deletions
|
@ -1,9 +0,0 @@
|
|||
import { SlashCommandBuilder, CommandInteraction } from 'discord.js';
|
||||
|
||||
export const data = new SlashCommandBuilder()
|
||||
.setName('ping')
|
||||
.setDescription('Replies with Pong!');
|
||||
|
||||
export async function execute(interaction: CommandInteraction) {
|
||||
return interaction.reply('Pong!');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue