Skip to content

Commit

Permalink
chore: add note about other runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jul 17, 2024
1 parent a14dc56 commit 543c9ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/guides/1-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ description: Get started with Shoukaku.
import { PackageManagers } from "starlight-package-managers";
import { Tabs, TabItem, Steps, Aside } from '@astrojs/starlight/components';

<Aside type="tip">
Shoukaku runs on Node versions above `18.0.0` and NPM versions above `7.0.0`.
Currently, Shoukaku is not tested or verified to run on the Deno runtime or the Bun runtime.
</Aside>

Shoukaku is a stable, powerful and updated wrapper around [Lavalink](https://lavalink.dev/). It is Discord library agnostic, and can add support for new Discord libraries using connectors.

## Set up Shoukaku
Expand Down

0 comments on commit 543c9ad

Please sign in to comment.