From 07b02e7e6353238df981ad60faf9cf77361d313c Mon Sep 17 00:00:00 2001 From: Ayyan Date: Fri, 11 Dec 2020 18:27:29 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a930679de..bd8d65dcc 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,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: {