Updating some perms
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user