diff options
author | 2023-09-13 12:38:17 +0400 | |
---|---|---|
committer | 2023-09-13 01:38:17 -0700 | |
commit | 6161c201e17cb104436b5fe1f0b6b7b069fbe39d (patch) | |
tree | 5367979fe4adbfb9300fbe2a9cba49ba24a1bcf1 | |
parent | 32664df254be225dd195fcaf46994f0c550f9d22 (diff) | |
download | bun-6161c201e17cb104436b5fe1f0b6b7b069fbe39d.tar.gz bun-6161c201e17cb104436b5fe1f0b6b7b069fbe39d.tar.zst bun-6161c201e17cb104436b5fe1f0b6b7b069fbe39d.zip |
Update discordjs.md (#5227)
-rw-r--r-- | docs/guides/ecosystem/discordjs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/discordjs.md b/docs/guides/ecosystem/discordjs.md index 0a70f6f05..ec12a247d 100644 --- a/docs/guides/ecosystem/discordjs.md +++ b/docs/guides/ecosystem/discordjs.md @@ -74,4 +74,4 @@ Ready! Logged in as my-bot#1234 --- -You're up and running with a bare-bones Discord.js bot! This is a basic guide to setting up your bot with Bun; we recommend the [official Discord docs](https://discordjs.guide/) for complete information on the `discord.js` API. +You're up and running with a bare-bones Discord.js bot! This is a basic guide to setting up your bot with Bun; we recommend the [official discord.js docs](https://discordjs.guide/) for complete information on the `discord.js` API. |