Skip to content

Instantly share code, notes, and snippets.

@t407o
Last active December 11, 2023 17:25
Show Gist options
  • Save t407o/ab8d7874350bd4c60bad8522196f185b to your computer and use it in GitHub Desktop.
Save t407o/ab8d7874350bd4c60bad8522196f185b to your computer and use it in GitHub Desktop.
How to create discord app that can post messages with mentions

How to create discord app that can post messages with mentions

1. Create new app

Go to https://discord.com/developers/docs/getting-started and push the create button!

image

2. Grant the SERVER MEMBERS INTENT privillage

image

3. Generate invitation url

image

  • SCOPES > bot
  • BOT PERMISSIONS > Send Messages + Moderate Members

4. Invite the bot to your server

Open the invitation url and invite the bot to your server. image

5. Copy the bot token (if you need)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment