diff --git a/README.md b/README.md index 66aac30ef..5d456f74f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ import { startBot } from "https://deno.land/x/discordeno/mod.ts"; startBot({ token: "BOT TOKEN", - intents: ["GUILDS", "GUILD_MESSAGES"], + intents: ["Guilds", "GuildMessages"], eventHandlers: { ready() { console.log("Successfully connected to gateway");