mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs: Include notice of strictNullChecks being required (#4267)
And also update deno example to use v21
This commit is contained in:
@@ -25,8 +25,10 @@ While a single topic might not seem memory-intensive, this property can quickly
|
||||
By choosing to store only the properties relevant to your bot’s functionality — like omitting `channel.topic` when it’s unnecessary — you can save gigabytes of memory.
|
||||
Desired Properties is thus an essential tool for bots needing scalable and efficient caching, allowing for minimal resource usage without sacrificing performance.
|
||||
|
||||
:::tip
|
||||
Check the [TypeScript](#typescript) section if you are using typescript
|
||||
:::info[Typescript]
|
||||
When using Typescript you do need to enable `strictNullChecks` in your TSConfig, or else you may get type errors despire configuring stuff properly.
|
||||
|
||||
Check the [TypeScript](#typescript) section for more useful information.
|
||||
:::
|
||||
|
||||
## Configuring
|
||||
|
||||
Reference in New Issue
Block a user