mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Remove migrations, reorder stuff in website (#3991)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
sidebar_position: 5
|
||||
sidebar_label: Caching Guide
|
||||
---
|
||||
|
||||
@@ -184,4 +184,4 @@ Now there's an easy way to go about and find all the events that would run the c
|
||||
|
||||
You will also see that some transformers are called inside other transformers in the directory `package/bot/src/transformers/**`. You would need to repeat the above step for each transformer you see there to ensure that your cache is fully up-to-date. You can take a look at [how we handle it at dd-cache-proxy](https://github.com/AwesomeStickz/dd-cache-proxy/blob/main/setupDummyEvents.ts) to get a better idea of this.
|
||||
|
||||
Now that you've got an idea of how to cache in discordeno, you can proceed with next steps in your bot. If you need any help, contact us on [Discord](https://discord.gg/ddeno). Happy coding!
|
||||
Now that you've got an idea of how to cache in discordeno, you can proceed with next steps in your bot. If you need any help, contact us on [Discord](https://discord.gg/ddeno). Happy coding!
|
||||
|
||||
Reference in New Issue
Block a user