docs: update version to latest

This commit is contained in:
ayntee
2021-01-03 16:35:32 +04:00
parent 34db3f8f38
commit 22011b4227

View File

@@ -30,7 +30,7 @@ If you do not wish to use a boilerplate, you may continue reading.
Here's a minimal example to get started with:
```typescript
import { Intents, startBot } from "https://deno.land/x/discordeno@10.0.0/mod.ts";
import { Intents, startBot } from "https://deno.land/x/discordeno@10.0.1/mod.ts";
startBot({
token: "BOT TOKEN",