Skip to content

Commit

Permalink
chore: tags
Browse files Browse the repository at this point in the history
* fix typescript docs link (should be type augmentation, not ambient modules)

resolves #213
  • Loading branch information
almostSouji committed Aug 12, 2024
1 parent bce8d61 commit 24424c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/tags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ Fetching members can time out on large guilds, as they arrive in chunks through
keywords = ["custom-properties-on-client"]
content = """
We highly recommend you extend the `Client` structure properly instead of just attaching custom properties like `.commands` to the regular discord.js `Client` instance.
- Using typescript, you might want to consider [casting](https://www.typescripttutorial.net/typescript-tutorial/type-casting/) or [augmenting the module type](https://www.typescriptlang.org/docs/handbook/modules.html#ambient-modules)
- Using typescript, you might want to consider [casting](https://www.typescripttutorial.net/typescript-tutorial/type-casting/) or [augmenting the module type](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation)
"""

[components-per-message]
Expand Down

0 comments on commit 24424c1

Please sign in to comment.