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.