From 3aa4d745c2d6e98dba0b3b4a13220f247e9cc8d9 Mon Sep 17 00:00:00 2001 From: Skillz Date: Sun, 16 Aug 2020 14:33:30 -0400 Subject: [PATCH] clarify --- docs/content/stepbystep/createbot.md | 4 ++-- egg.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/stepbystep/createbot.md b/docs/content/stepbystep/createbot.md index e4bea3cb7..6a38c32b0 100644 --- a/docs/content/stepbystep/createbot.md +++ b/docs/content/stepbystep/createbot.md @@ -10,9 +10,9 @@ Discordeno will help make Discord bot development much easier. Don't worry, as y > This guide is going to assume you already have the basic requirements to make a bot ready. This includes github, git, a code editor like Visual Studio Code. If you don't have these yet please prepare them first before going forward. -- First, create a Discordeno Bot using the [Generator Boilerplate](https://github.com/Skillz4Killz/Discordeno-bot-template). Give it any name you like. For the purpose of this guide we will call it, Stargate. +- First, create a Discordeno Bot using the [Generator Boilerplate](https://github.com/Skillz4Killz/Discordeno-bot-template/generate). Give it any name you like. For the purpose of this guide we will call it, Stargate. -- Then `git clone https://github.com/Skillz4Killz/Stargate.git` +- Then `git clone https://github.com/Skillz4Killz/Stargate.git` Replace **Stargate** with the name you chose. - When that is done, go ahead and open up the folder with VSC. - Create a new file called `configs.ts`. Open the `configs.example.ts` file and copy everything over. diff --git a/egg.yml b/egg.yml index 488d62537..7c29b0035 100644 --- a/egg.yml +++ b/egg.yml @@ -2,7 +2,7 @@ name: Discordeno description: >- Discord Deno TypeScript API library wrapper(Officially vetted library by Discord Team) https://discordeno.netlify.app -version: 7.3.0 +version: 7.4.0 stable: true files: - ./src/**/*