From ade65917689a2ef85ccf0d9278a04475fddefa3e Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 5 Jun 2020 13:16:01 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4c24da9b..448a2eaf1 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,11 @@ If you are just starting out, you can use the Discordeno Template repo to get th If you would like to start from scratch without any boilerplate/framework: ```ts -import Client from "https://raw.githubusercontent.com/Skillz4Killz/Discordeno/v4/module/client.ts"; -import { Intents } from "https://raw.githubusercontent.com/Skillz4Killz/Discordeno/v4/types/options.ts"; +import Client from "https://raw.githubusercontent.com/Skillz4Killz/Discordeno/v5/module/client.ts"; +import { Intents } from "https://raw.githubusercontent.com/Skillz4Killz/Discordeno/v5/types/options.ts"; const BotOptions = { token: "token", - botID: "client ID", intents: [Intents.GUILD_MESSAGES], eventHandlers: { ready: () => {