mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +00:00
fxi: typo
This commit is contained in:
parent
bc89617de0
commit
4803c5d67d
@ -26,7 +26,7 @@ import { GATEWAY_BOT, GatewayIntents } from "@biscuitland/api-types";
|
|||||||
const intents = GatewayIntents.Guilds | GatewayIntents.GuildMessages | GatewayIntents.MessageContent;
|
const intents = GatewayIntents.Guilds | GatewayIntents.GuildMessages | GatewayIntents.MessageContent;
|
||||||
|
|
||||||
const restManager = new DefaultRestAdapter({
|
const restManager = new DefaultRestAdapter({
|
||||||
url: "http://localhost:port..."
|
url: "http://localhost:port...",
|
||||||
token: "your token goes here",
|
token: "your token goes here",
|
||||||
version: 10,
|
version: 10,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user