shit
This commit is contained in:
parent
cc81accd95
commit
19f6385dd4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import Command from "./command";
|
||||||
const ping: Command = {
|
const ping: Command = {
|
||||||
name: "ping",
|
name: "ping",
|
||||||
description: "Ping the bot.",
|
description: "Ping the bot.",
|
||||||
draft: true,
|
draft: false,
|
||||||
command: async (interaction) => {
|
command: async (interaction) => {
|
||||||
await interaction.createMessage("Pong!");
|
await interaction.createMessage("Pong!");
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ import logger from "../things/logger";
|
||||||
const remind: Command = {
|
const remind: Command = {
|
||||||
name: "remind",
|
name: "remind",
|
||||||
description: "Reminds you to do something.",
|
description: "Reminds you to do something.",
|
||||||
draft: true,
|
draft: false,
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: "when",
|
name: "when",
|
||||||
|
|
Loading…
Reference in a new issue