Yahoo India Web Search

Search results

  1. Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.

    • App Developers

      If you're familiar with basic coding or have worked with...

  2. guide.discordjs.dev › setting-up-an-applicationdiscord.js

    You'll need to create an application on Discord's developer portal so your bot has a token to interact with Discord's API. Creating the application. Follow these steps: Open the Discord developer portal. You'll need to be logged in. Click on the "New Application" button. Enter a name and confirm the pop-up window by clicking the "Create" button.

  3. guide.discordjs.dev › guide › getting-starteddiscord.js

    To create an invite link, head back to the developer portal, click on your bot application, and open the OAuth2 page. In the sidebar, you'll find the URL generator. Select the bot option. Once you select the bot option, a list of permissions will appear, allowing you to configure the permissions your bot needs.

  4. Nov 24, 2023 · Open the Discord developer portal. open in new window. and log into your account. Click on the "New Application" button. Enter a name and confirm the pop-up window by clicking the "Create" button. You should see a page like this: You can edit your application's name, description, and avatar here.

  5. Aug 29, 2022 · So how does that work? Before you're able to see your bot in your own (or other) servers, you'll need to add it by creating and using a unique invite link using your bot application's client id. Bot invite links. The basic version of one such link looks like this:

  6. This repo contains the official Discord API documentation, which can be viewed online HERE. Before submitting pull-requests, please remember to fully read the Contributing guidelines. This repository reflects the Discord API as it is meant to be accessed by third-party applications.