chore(guide): consistent sidebar capitalization (#11175)

This commit is contained in:
Souji
2025-10-14 02:16:26 +02:00
committed by GitHub
parent f9ca29e3e4
commit a2d4f187ca
11 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
{
"title": "Additional Info",
"pages": ["async-await", "collections", "es6-syntax", "notation", "rest-api", "proxy"]
}

View File

@@ -1,5 +1,5 @@
---
title: Using a proxy
title: Using a Proxy
---
This guide will show you how to set up a proxy with discord.js. This may be necessary if you are deploying your bot to a server with a firewall only allowing outside traffic through the proxy.