Skip to content
Advertisement

Tag: discord

Getting “Missing Access” error in console

I’m working on an add role command in discord.js v13 and this is the error I am getting: Error Answer What your error means is that your bot doesn’t have permissions to give a role to a user. It might be trying to add a role which has a higher position than the bot’s own role. One way to stop

“Jump to Message” Button

Hi so basically I’m making a suggestion command. Once the user ran the command it will reply “Suggestion Submitted” with “Jump to Suggestion” url button but I’m getting error with the button. Here’s my code The Error Error: MessageButton must be a String Hope to get the some help with this as this have become the issue for me that

pinterest web scrape image

I’m trying to get a url from a pinterest image and send a url of it through the general profile of the user on pinterest, but it’s returning me undefined my code: Answer The problem is that the page is still loading. #mweb-unauth-container > div > div:nth-child(2) doesn’t exist, because #mweb-unauth-container > div only has one div child, and it’s

403 Error when setting application command permissions on Discord

My bot got a 403 error, even though it never happened before, and the code hasn’t changed at all. Trying to set fullPermissions gives me a 405 Error instead The paths /applications/{applicationId}/guilds/{guildId}/commands/{commandId}/permissions and /applications/{applicationId}/guilds/{guildId}/commands/permissions worked perfectly fine before, why wouldn’t they work now? Answer Discord has released Permissions V2 to all guilds yesterday (April 27, 2022). Bots can no longer

Advertisement