This commit is contained in:
Skillz
2020-08-16 14:33:30 -04:00
parent 6dd4228dff
commit 3aa4d745c2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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/**/*