Updating permissions in already deployed bot

I have a bot that I started with fewer permissions needed, now I want to add more commands that will require more permissions, anyone knows what is the impact if any or changes needed in the servers already using the bot in case I update the permissions?
4 Replies
d.js toolkit
d.js toolkit15mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Sharp
Sharp15mo ago
no one? @here bump me! 😛
Squid
Squid15mo ago
firstly, you cannot ping thousands of people secondly, bots can't update their own permissions. you should check if you have the necessary permissions before performing the action, and if you don't, let the user know so they (or the server's admins) can add the permissions
Sharp
Sharp15mo ago
Sorry didn't know it would ping thousands of people... no warnings at all about that when I sai here... Yeah I meant changing it in the developer portal and then how to make sure the servers it's deployed to update their permissions, but u answered that it would be to reach out to the admins there Thanks