From 4803c5d67dbe2f8670fdaf0cf4eae90e843e1619 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 1 Aug 2022 20:54:16 -0500 Subject: [PATCH] fxi: typo --- packages/ws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ws/README.md b/packages/ws/README.md index 97f5103..1df718e 100644 --- a/packages/ws/README.md +++ b/packages/ws/README.md @@ -26,7 +26,7 @@ import { GATEWAY_BOT, GatewayIntents } from "@biscuitland/api-types"; const intents = GatewayIntents.Guilds | GatewayIntents.GuildMessages | GatewayIntents.MessageContent; const restManager = new DefaultRestAdapter({ - url: "http://localhost:port..." + url: "http://localhost:port...", token: "your token goes here", version: 10, });