aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/about.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-31 21:50:35 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-31 21:50:35 -0400
commitbc2c850826f4fbde29d3cf3bacb1214e9ff06d93 (patch)
treed8ea79da9233c3f185b6d73a722f1edc1d3210d4 /bot/src/commands/about.js
parente3701fda4fb1bb0990625f19df12dd1c16bf2f44 (diff)
downloadAleeBot-4.0.0.tar.gz
AleeBot-4.0.0.tar.bz2
AleeBot-4.0.0.zip
4.0 official releasev4.0.0
Diffstat (limited to 'bot/src/commands/about.js')
-rw-r--r--bot/src/commands/about.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/bot/src/commands/about.js b/bot/src/commands/about.js
index 64dc5a4..330dd98 100644
--- a/bot/src/commands/about.js
+++ b/bot/src/commands/about.js
@@ -20,11 +20,10 @@ export default {
const botInvite = interaction.client.generateInvite({
permissions: [
PermissionFlagsBits.EmbedLinks,
- PermissionFlagsBits.SendMessages,
PermissionFlagsBits.ManageMessages,
PermissionFlagsBits.ViewAuditLog,
- PermissionFlagsBits.ViewChannel,
- PermissionFlagsBits.AddReactions
+ PermissionFlagsBits.AddReactions,
+ PermissionFlagsBits.AttachFiles,
],
scopes: [OAuth2Scopes.Bot, OAuth2Scopes.ApplicationsCommands]
});