Merge branch 'dev' into 'main'

dev

See merge request illegitimate/illegitimate-bot!198
This commit is contained in:
2024-01-25 22:50:05 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export = {
{ name: "7 days", value: 7 }, { name: "7 days", value: 7 },
) )
) )
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator) .setDefaultMemberPermissions(PermissionFlagsBits.BanMembers)
.setDMPermission(false), .setDMPermission(false),
async execute(interaction) { async execute(interaction) {

View File

@@ -14,7 +14,7 @@ export = {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName("botinfo") .setName("botinfo")
.setDescription("Get information about the bot") .setDescription("Get information about the bot")
.setDMPermission(true), .setDMPermission(false),
async execute(interaction, client) { async execute(interaction, client) {
const embedColor = Number(color.replace("#", "0x")) const embedColor = Number(color.replace("#", "0x"))