Skip to content

Commit 0a4a9e7

Browse files
committed
fix: tags
* update invalid links * replace new redirects * remove link to dev policy FAQ (at this point it's very old and things have changed substantially)
1 parent c0a2bd5 commit 0a4a9e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tags/tags.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ keywords = [
461461
]
462462
content = """
463463
Persisting data through restarts requires a database. Check out the resources below to figure out which database fits your use case
464-
- PostgreSQL: [learn more](https://www.postgresql.org) | [tutorial](http://www.postgresqltutorial.com)
464+
- PostgreSQL: [learn more](https://www.postgresql.org) | [tutorial](https://neon.com/postgresql/tutorial)
465465
- MariaDB: [learn more](https://mariadb.org/)
466466
- MongoDB: [learn more](https://www.mongodb.com) | [tutorials ](https://www.mongodb.com/docs/manual/tutorial/)
467467
- SQLite: [learn more](https://www.sqlite.org/index.html) | [tutorial](https://www.sqlitetutorial.net/)
@@ -518,7 +518,7 @@ keywords = ["massdm", "dmall", "dmal-all"]
518518
content = """
519519
Mass DMing users is not allowed as per developer ToS, considered spam and can get you and your bot banned.
520520
- Mention `@everyone` to inform all your users at once instead
521-
- Discord Developer Terms of Service: [learn more](https://discord.com/developers/docs/legal) | [FAQ summary](https://gist.github.com/meew0/a3168b8fbb02d5a5456a06461b9e829e)
521+
- Discord Developer Terms of Service: [learn more](https://support-dev.discord.com/hc/en-us/articles/8562894815383)
522522
"""
523523

524524
[codeblock]
@@ -644,7 +644,7 @@ keywords = [
644644
]
645645
content = """
646646
Controlling the flow of time in Node.js:
647-
- Guide on base Node.js timers: [learn more](https://nodejs.org/en/docs/guides/timers-in-node/)
647+
- Guide on base Node.js timers: [learn more](https://nodejs.org/en/learn/asynchronous-work/discover-javascript-timers)
648648
"""
649649

650650
[paste-code]
@@ -715,9 +715,9 @@ keywords = [
715715
content = """
716716
**We do not provide any help with third party libraries**
717717
discord.js supports message components natively.
718-
- Select Menus: [learn more](https://discordjs.guide/message-components/select-menus.html)
719-
- Buttons: [learn more](https://discordjs.guide/message-components/buttons.html)
720-
- Modals: [learn more](https://discordjs.guide/interactions/modals.html)
718+
- Select Menus: [learn more](https://discordjs.guide/interactive-components/select-menus)
719+
- Buttons: [learn more](https://discordjs.guide/interactive-components/buttons)
720+
- Modals: [learn more](https://discordjs.guide/interactions/modals)
721721
"""
722722

723723
[find-id]
@@ -749,7 +749,7 @@ client
749749
.on("warn", console.log)
750750
```
751751
- Note: if you initialize your Client as `bot` or other identifiers you need to use these instead of `client`
752-
- If the output is too long to post consider using a bin instead: [gist](https://gist.github.com) | [paste.gg](https://paste.gg/) | [sourceb.in](https://sourceb.in) | [hastebin](https://hastebin.com)
752+
- If the output is too long to post consider using a bin instead: [gist](https://gist.github.com) | [sourceb.in](https://sourceb.in) | [hastebin](https://www.toptal.com/developers/hastebin)
753753
"""
754754
hoisted = true
755755

@@ -914,7 +914,7 @@ content = """
914914
You have already replied to the interaction.
915915
- Use `<Interaction>.followUp()` to send a new message
916916
- If you deferred reply it's better to use `<Interaction>.editReply()`
917-
- Responding to [slash commands](https://discordjs.guide/slash-commands/response-methods.html) / [message components](https://discordjs.guide/message-components/interactions.html#responding-to-component-interactions)
917+
- Responding to [slash commands](https://discordjs.guide/slash-commands/response-methods.html) / [message components](https://discordjs.guide/interactive-components/interactions.html#responding-to-component-interactions)
918918
"""
919919

920920
[djs-sponsor]

0 commit comments

Comments
 (0)