update order

This commit is contained in:
Jacob Nguyen
2025-01-23 21:29:00 -06:00
committed by GitHub
parent ac2561845f
commit cc7d02ff21
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.