This commit is contained in:
Julian 2022-08-26 20:35:38 -04:00
parent cc81accd95
commit 19f6385dd4
Signed by: NotNite
GPG Key ID: BD91A5402CCEB08A
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import Command from "./command";
const ping: Command = {
name: "ping",
description: "Ping the bot.",
draft: true,
draft: false,
command: async (interaction) => {
await interaction.createMessage("Pong!");
}

View File

@ -10,7 +10,7 @@ import logger from "../things/logger";
const remind: Command = {
name: "remind",
description: "Reminds you to do something.",
draft: true,
draft: false,
options: [
{
name: "when",