fxi: typo

This commit is contained in:
Yuzu 2022-08-01 20:54:16 -05:00
parent bc89617de0
commit 4803c5d67d

View File

@ -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,
});