Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Souji <timoqueezle@gmail.com>
  • Loading branch information
joeyk710 and almostSouji authored May 14, 2024
1 parent 5155330 commit 04d754b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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 give your application 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.).
To give your application an "About Me", head [here](https://discord.com/developers/applications), "Your Application" > "General Information" > "Description". The description supports full markdown as well (bold, underline, etc.).
https://imgur.com/zqsWi2d.jpg
"""

Expand Down Expand Up @@ -714,7 +714,6 @@ keywords = [
content = """
**We do not provide any help with third party libraries**
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 @@ -900,9 +899,9 @@ keywords = [
content = """
**"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"
- Choose "Guild Install" for installing in a server or "User Install" for personal use
- "Install Link" > "Discord Provided Link"
- Check the `bot` scope and choose any permissions that your app *needs* under "Default Install Settings"
Image: https://i.imgur.com/14pMHvK.png
"""
Expand Down

0 comments on commit 04d754b

Please sign in to comment.