Yahoo Romania Căutare pe Web

Search results

  1. 24 oct. 2019 · I'm trying to send requests to the discord web API but keep getting a 401 response code. Almost all of the answers I can find online are from people who were using a bearer token instead of the bot token, and changing to the bot token worked.

  2. 21 sept. 2021 · Http status code 401 means unauthorized. Which means, the credentials you provided are either missing or invalid. Make sure to add valid credentials for your bot. Your token might be revoked for some reason, you could regenerate a new one to be sure. –

  3. With custom integrations for Workplace, it's now possible to build powerful bots that can interact with people in groups and chat. You can build a bot that automatically posts content into groups, responds to questions with extra information or takes action when mentioned in comments on a post.

  4. It covers guild commands, global commands, options, option types, and choices. # Command deployment script. Create a deploy-commands.js file in your project directory. This file will be used to register and update the slash commands for your bot application.

  5. 21 mai 2018 · When loading a token for a bot user, the system throws a 401 error. The 401 is not corrected by getting a new token. Normally, 401's are for incorrect token IDs, but the Token ID is correct each time I attempt it. (Including when I have to generate a new token.)

  6. 27 mar. 2023 · In this detailed guide, we'll take a look at how to create a Discord bot in JavaScript with Discord.js v13. It'll react and respond to messages, handle commands and welcome users with a custom presence.

  7. 8 mar. 2021 · How to Invite Your Bot to Join a Server. Now you have to get your Bot User into a server. To do this, you should create an invite URL for it. Go to the "OAuth2" tab. Then select "bot" under the "scopes" section. Now choose the permissions you want for the bot. Our bot is going to mainly use text messages so we don't need a lot of the permissions.