Merge remote-tracking branch 'upstream/master'

This commit is contained in:
ITOH
2021-02-14 21:31:32 +01:00
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ RUN mkdir -p /deno \
ENV PATH=${DENO_INSTALL}/bin:${PATH} \
DENO_DIR=${DENO_INSTALL}/.cache/deno
RUN deno cache deps.ts
# RUN deno cache deps.ts
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

View File

@@ -57,7 +57,7 @@ developers had when I first started out coding Discord bots with existing
libraries. If you are a beginner, you can check out these awesome official and
unofficial boilerplates:
- [Discordeno Boilerplate (official)](https://github.com/discordeno/discordeno-boilerplate)
- [Discordeno Boilerplate (official)](https://github.com/discordeno/boilerplate)
- [Serverless Slash Commands Template
(official)](https://github.com/discordeno/slash-commands-boilerplate)
- [Add Your Own!](https://github.com/discordeno/discordeno/pulls)

View File

@@ -22,8 +22,8 @@ For the purposes of this guide, I will be using the current
## Preparations
- First, create a Discordeno Bot using the
[Generator Boilerplate](https://github.com/discordeno/discordeno-boilerplate)
I will name it Zodiac.
[Generator Boilerplate](https://github.com/discordeno/boilerplate) I will name
it Zodiac.
- Then `git clone https://github.com/Skillz4Killz/Zodiac.git`

View File

@@ -10,7 +10,7 @@ you go through this guide it will make a lot more sense.
> 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/discordeno/discordeno-boilerplate/generate).
[Generator Boilerplate](https://github.com/discordeno/boilerplate/generate).
Give it any name you like. For the purpose of this guide we will call it,
Stargate.