diff options
Diffstat (limited to 'docs/guides/ecosystem/discordjs.md')
-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 7d9541861..0a70f6f05 100644 --- a/docs/guides/ecosystem/discordjs.md +++ b/docs/guides/ecosystem/discordjs.md @@ -2,7 +2,7 @@ name: Create a Discord bot --- -Discord.js works [out of the box](https://bun.sh/blog/bun-v0.6.7) with Bun. Let's write a simple bot. First create a directory and initialize it with `bun init`. +Discord.js works out of the box with Bun. Let's write a simple bot. First create a directory and initialize it with `bun init`. ```bash mkdir my-bot |