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/*
.env
dist/

View File

@@ -53,7 +53,8 @@ export = {
embeds: [
{
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,
},
],

View File

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