Remove migrations, reorder stuff in website (#3991)

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
Fleny
2024-11-20 07:38:47 -06:00
committed by GitHub
co-authored by Skillz4Killz
parent f01da0583a
commit 3e48af1b4c
8 changed files with 11 additions and 23 deletions
+2 -2
View File
@@ -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!