From cc7d02ff21ecc8c659852e8e5ee737ee97d32f94 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:29:00 -0600 Subject: [PATCH] update order --- src/content/docs/v4/reference/config.mdx | 2 +- src/content/docs/v4/reference/tasks.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/v4/reference/config.mdx b/src/content/docs/v4/reference/config.mdx index 0bbc1fdb8..66578aecd 100644 --- a/src/content/docs/v4/reference/config.mdx +++ b/src/content/docs/v4/reference/config.mdx @@ -2,7 +2,7 @@ title: Config description: Configure your bot sidebar: - order: 2 + order: 3 --- Your app needs a way to store constants and required variables for the framework to work. diff --git a/src/content/docs/v4/reference/tasks.mdx b/src/content/docs/v4/reference/tasks.mdx index 95fb518d9..6cd5e13db 100644 --- a/src/content/docs/v4/reference/tasks.mdx +++ b/src/content/docs/v4/reference/tasks.mdx @@ -2,7 +2,7 @@ title: Tasks description: Schedule and execute functions at certain times sidebar: - order: 2 + order: 3 --- Your app may need to execute tasks in the future on intervals or over a long time.