From b484c2cc98df088da6763a417535de0761dd2fdf Mon Sep 17 00:00:00 2001 From: ayntee Date: Fri, 27 Nov 2020 10:13:46 -0800 Subject: [PATCH] Update Discordeno version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f008cf4..b1d6a2d4a 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 StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.0.15/mod.ts"; +import StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.4.0/mod.ts"; StartBot({ token: "BOT TOKEN",