From 19f6385dd46aa1f1155d03eb111f0b81a487fd76 Mon Sep 17 00:00:00 2001 From: NotNite Date: Fri, 26 Aug 2022 20:35:38 -0400 Subject: [PATCH] shit --- src/commands/ping.ts | 2 +- src/commands/remind.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/ping.ts b/src/commands/ping.ts index 6b42e50..3d97dd6 100644 --- a/src/commands/ping.ts +++ b/src/commands/ping.ts @@ -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!"); } diff --git a/src/commands/remind.ts b/src/commands/remind.ts index 7f480e7..fdd9127 100644 --- a/src/commands/remind.ts +++ b/src/commands/remind.ts @@ -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",