From 527b09e3e4a542bd234b5512cfce9b74b9236b09 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 13 Jul 2022 10:30:09 -0500 Subject: [PATCH] announce ETA --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 63e4bf5..271f6f2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## A brand new bleeding edge non bloated Discord library +ETA: **biscuit will be on the npm registry the next week!** + ### Install (for [node18](https://nodejs.org/en/download/)) ```sh-session @@ -67,16 +69,9 @@ session.start(); - Run `deno check` to make sure the library works - Avoid sharing state between classes -### Compatibility - -#### bun - -since bun is unestable I highly recommend running biscuit on node! - +### Compatibility (bun) +**⚠️ DISCLAIMER:** since bun is unestable I highly recommend running biscuit on node! - We got the library running on EndeavourOS but it spams the ready event multiple times - We got the library running on Arch/Artix Linux but breaks when sending fetch requests -- We got the library running on WSL +- We got the library running on WSL (Ubuntu) without any trouble -#### node - -- all DNT shims work properly