Skip to content

Commit

Permalink
about me, third party, add-to-server
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyk710 committed May 14, 2024
1 parent 63856b6 commit bd81c0f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (<message>.author.bot) return;
[bot-about-me]
keywords = ["bam"]
content = """
To add text to the `About Me` section of your bot's profile, head [here](https://discord.com/developers/applications), click on your bot's application, and fill in the `Description`. The description supports full markdown as well (bold, underline, etc.).
To give your bot an "About Me", head [here](https://discord.com/developers/applications), click on your application, and fill in the `Description` next to "General Information". The description supports full markdown as well (bold, underline, etc.).
https://imgur.com/zqsWi2d.jpg
"""

Expand Down Expand Up @@ -713,7 +713,9 @@ keywords = [
]
content = """
**We do not provide any help with third party libraries**
Buttons and Modals are supported natively.
discord.js supports message components natively.
- Select Menus: [learn more](https://discordjs.guide/message-components/select-menus.html)
- Buttons: [learn more](https://discordjs.guide/message-components/buttons.html)
- Modals: [learn more](https://discordjs.guide/interactions/modals.html)
"""
Expand Down Expand Up @@ -888,19 +890,21 @@ client.guilds.cache.reduce((acc, guild) => acc + guild.memberCount, 0)

[add-to-server-button]
keywords = [
"add-app"
"add-to-server",
"ats",
"profile-invite",
"authorization-link",
"auth-link",
]
content = """
**"Add to Server" button**
- [Developer Portal](https://discord.com/developers/applications) > Your app > OAuth2 (General) > Default Authorization Link
- Set authorization method to "In-app Authorization"
- Check scopes `bot` and `applications.commands`
**"Add App" button**
- [Developer Portal](https://discord.com/developers/applications) > Your app > Installation
- Choose "User Install" or "Guild Install"
- Choose "Discord Provided Link" under "Install Link"
- Check scopes `bot` and choose permissions that your app *needs* under "Default Install Settings"
Image: https://i.imgur.com/taMHw7o.png
Image: https://imgur.com/14pMHvK.png
"""

[already-acknowledged]
Expand Down

0 comments on commit bd81c0f

Please sign in to comment.