From 8e6f4f664fed593dc811b22451332cf61e23588c Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Sun, 10 Jul 2022 21:21:15 -0600 Subject: [PATCH] new bot invite with commands scope --- commands/misc/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/invite.js b/commands/misc/invite.js index 17bb54f..d1ce32b 100644 --- a/commands/misc/invite.js +++ b/commands/misc/invite.js @@ -14,7 +14,7 @@ module.exports = { return message.channel.send({embeds: [new Discord.MessageEmbed() .setTitle("My links!") .setThumbnail(client.user.displayAvatarURL({size: 2048})) - .setDescription("[Bot Invite](https://discord.com/oauth2/authorize?client_id=762701327431237644&scope=bot&permissions=1581116647)\n`->` Use this link to invite Natsuki to your server! This has all the required permissions in it that the I need to work, and it is not recommended that you change them. Doing so will make it so that some commands don't function properly or won't complete (I'll usually tell you when I'm missing a permission).\n\n[Support Server Invite](https://discord.gg/u9c2uD24wB)\n`->` Use this to join my support server! Here you can talk to the devs, suggest features, hang out with the community, get update alerts, report bugs/issues and get help, or just stop and say hi!") + .setDescription("[Bot Invite](https://discord.com/api/oauth2/authorize?client_id=762701327431237644&permissions=1507482660086&scope=bot%20applications.commands)\n`->` Use this link to invite Natsuki to your server! This has all the required permissions in it that the I need to work, and it is not recommended that you change them. Doing so will make it so that some commands don't function properly or won't complete (I'll usually tell you when I'm missing a permission).\n\n[Support Server Invite](https://discord.gg/u9c2uD24wB)\n`->` Use this to join my support server! Here you can talk to the devs, suggest features, hang out with the community, get update alerts, report bugs/issues and get help, or just stop and say hi!") .setColor("c375f0") .setFooter({text: "Natsuki"}) .setTimestamp()