diff --git a/tags/tags.toml b/tags/tags.toml index c62dcf1..4e97fc8 100644 --- a/tags/tags.toml +++ b/tags/tags.toml @@ -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]