From bc2c850826f4fbde29d3cf3bacb1214e9ff06d93 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 31 Mar 2025 21:50:35 -0400 Subject: 4.0 official release --- bot/src/commands/about.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bot/src/commands/about.js') 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] }); -- cgit v1.2.3