refactor(discord-bot): improve project structure
This commit is contained in:
5
apps/discord-bot/src/commands/ping.ts
Normal file
5
apps/discord-bot/src/commands/ping.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Command } from "~/commands";
|
||||
|
||||
export const pingCommand: Command = async (message, args) => {
|
||||
await message.reply("pong");
|
||||
};
|
||||
Reference in New Issue
Block a user