From 8e8fd6f88c5b3307484b81524c3c61fea9e4db03 Mon Sep 17 00:00:00 2001 From: chroventer Date: Sun, 4 Oct 2020 05:53:42 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 662026ec3..4d12951fa 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,7 @@ The instructions below are meant for advanced developers! Starting with Discordeno is very simple, you can start from scratch without any boilerplates/frameworks: Add this snippet of code into a new TypeScript file: ```typescript -import StartBot from "https://x.nest.land/Discordeno@9.0.1/src/module/client.ts"; -import { sendMessage } from "https://x.nest.land/Discordeno@9.0.1/src/handlers/channel.ts"; -import { Intents } from "https://x.nest.land/Discordeno@9.0.1/src/types/options.ts"; +import StartBot, { sendMessage, Intents } from "https://x.nest.land/Discordeno@9.0.1/mod.ts"; import config from "./config.ts"; StartBot({