From ee2e263d63daa6912c9286ef488b797f5c3375ec Mon Sep 17 00:00:00 2001 From: ITOH Date: Wed, 5 May 2021 17:21:39 +0100 Subject: [PATCH] fix: Intents enum now in PascalCase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");