Merge branch 'dev' into 'main'

Dev

See merge request illegitimate/illegitimate-bot!153
This commit is contained in:
2024-01-02 23:27:14 +00:00
3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.vscode/
node_modules/* node_modules/*
.env .env
dist/ dist/

View File

@@ -53,7 +53,8 @@ export = {
embeds: [ embeds: [
{ {
description: description:
"Your application for the Illegitimate guild has been accepted.", "Your application for the Illegitimate guild has been accepted.\n\n" +
"Make sure to leave your current guild so that we can invite you.",
color: embedColor, color: embedColor,
}, },
], ],

View File

@@ -8,10 +8,7 @@ export default interface Command {
type: "slash" type: "slash"
dev?: boolean dev?: boolean
public: boolean public: boolean
data: Omit< data: SlashCommandBuilder
SlashCommandBuilder,
"addSubcommand" | "addSubcommandGroup" | "addIntegerOption"
>
subcommands?: boolean subcommands?: boolean
execute: ( execute: (
interaction: ChatInputCommandInteraction, interaction: ChatInputCommandInteraction,