Updating some perms

This commit is contained in:
2024-01-25 23:49:33 +01:00
parent fba798dbe9
commit f5070e9658
2 changed files with 2 additions and 2 deletions

View File

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