Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!153
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.vscode/
|
||||
node_modules/*
|
||||
.env
|
||||
dist/
|
||||
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user