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/*
|
node_modules/*
|
||||||
.env
|
.env
|
||||||
dist/
|
dist/
|
||||||
@@ -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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user