Update README.md

This commit is contained in:
Ayyan
2020-12-11 18:27:29 +04:00
committed by GitHub
parent 3ad012fb19
commit 07b02e7e63

View File

@@ -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: {