Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated tags #201

Merged
merged 9 commits into from
May 14, 2024
Merged
19 changes: 11 additions & 8 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 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 @@ -649,7 +649,7 @@ Controlling the flow of time in Node.js:
[paste-code]
keywords = ["bins", "code-bins", "codepaste", "bin"]
content = """
To share long code snippets, use a service like [gist](https://gist.github.com), [sourcebin](https://sourceb.in), [starbin](https://starb.in), or similar instead of posting them as large code blocks or files.
To share long code snippets, use a service like [gist](https://gist.github.com), [sourcebin](https://sourceb.in), [pastebin](https://pastebin.com), or similar instead of posting them as large code blocks or files.
"""

[frameworks]
Expand Down Expand Up @@ -713,7 +713,8 @@ 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 +889,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 "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/taMHw7o.png
Image: https://i.imgur.com/14pMHvK.png
"""

[already-acknowledged]
Expand Down
Loading