From 22011b4227bcbca4a0c8d12acb5380f55bba12aa Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 3 Jan 2021 16:35:32 +0400 Subject: [PATCH] docs: update version to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a616a9edf..f66603c90 100644 --- a/README.md +++ b/README.md @@ -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",