Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit c559dec

Browse files
committed
death to the your mothers
1 parent 597598c commit c559dec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/commands/misc/info.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import { EmbedBuilder, ChatInputCommandInteraction } from "discord.js";
1+
import { EmbedBuilder, ChatInputCommandInteraction, SlashCommandBuilder } from "discord.js";
22
import { KOGBot } from "../../index.js";
33

44
class InfoCommand implements SlashCommand {
5-
name = 'info';
6-
description = 'General information on the bot.';
7-
subcommands = [];
8-
parameters = []
5+
data: SlashCommandBuilder = new SlashCommandBuilder()
6+
.setName("info")
7+
.setDescription("Displays information about KOG Bot.");
98
dev = true;
109
kogBot: KOGBot;
1110

0 commit comments

Comments
 (0)