shit
This commit is contained in:
parent
cc81accd95
commit
19f6385dd4
|
@ -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!");
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue