Skip to content

Commit

Permalink
chore: tags (#209)
Browse files Browse the repository at this point in the history
* tag for relative path differences
  • Loading branch information
sdanialraza authored Jul 21, 2024
1 parent 233d3f0 commit af4ed48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,3 +1187,11 @@ Discord does not provide the invite that a member used to join through the bot A
- Tracking the uses of invites through the `inviteCreate` and `guildMemberAdd` events is unreliable and we recommend against it.
- Discord has not shared any plans to make the members tab available for bots.
"""

[relative-paths-base]
keywords = ["require", "node-fs", "relative-paths", "base-path"]
content = """
Relative paths base:
- [`require`](https://nodejs.org/api/modules.html#requireid) resolves relative paths based on the file's location.
- [`fs`](https://nodejs.org/api/fs.html) methods (e.g. [`fs.readFile`](https://nodejs.org/api/fs.html#fspromisesreadfilepath-options)) resolve paths based on the current working directory.
"""

0 comments on commit af4ed48

Please sign in to comment.