diff --git a/README.md b/README.md index dbf452a4a..a9fe1b1f3 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ If you do not wish to use a boilerplate, you may continue reading. Here's a minimal example to get started with: ```typescript -import StartBot, { sendMessage, Intents } from "https://deno.land/x/discordeno@9.4.0/mod.ts"; +import startBot, { sendMessage, Intents } from "https://deno.land/x/discordeno@9.4.0/mod.ts"; -StartBot({ +startBot({ token: "BOT TOKEN", intents: [Intents.GUILD_MESSAGES, Intents.GUILDS], eventHandlers: {