removed unnecessary metadata, fixed setup instructions that are not up to date, removed result image, and improved general readability.
This commit is contained in:
parent
b08699c6ad
commit
32808843cc
1 changed files with 5 additions and 8 deletions
|
@ -1,18 +1,11 @@
|
||||||
---
|
|
||||||
sidebar_position: 2
|
|
||||||
---
|
|
||||||
|
|
||||||
# Setting up
|
# Setting up
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
This documentation is for the [dev branch](https://github.com/llama-bot/llama-bot/tree/dev) (javascript) instead of the master branch (python).
|
This documentation uses the [dev branch](https://github.com/llama-bot/llama-bot/tree/dev) (javascript) instead of the master branch (python).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
In this documentation, you will learn how to set up the [llama discord bot](https://github.com/llama-bot/llama-bot).
|
In this documentation, you will learn how to set up the [llama discord bot](https://github.com/llama-bot/llama-bot).
|
||||||
|
|
||||||
Result:<br />
|
|
||||||

|
|
||||||
|
|
||||||
## Steps
|
## Steps
|
||||||
|
|
||||||
### Pre-requirements
|
### Pre-requirements
|
||||||
|
@ -64,6 +57,10 @@ Assumes UNIX-like environment (Linux, BSD, Mac, etc.)
|
||||||
|
|
||||||
```text title=".env"
|
```text title=".env"
|
||||||
TOKEN=PUT_YOUR_DISCORD_BOT_TOKEN_HERE
|
TOKEN=PUT_YOUR_DISCORD_BOT_TOKEN_HERE
|
||||||
|
TESTING=true # set it to false on production
|
||||||
|
PREFIX_PROD=PUT_PRODUCTION_DEFAULT_PREFIX_HERE
|
||||||
|
PREFIX_DEV=PUT_DEVELOPMENT_DEFAULT_PREFIX_HERE
|
||||||
|
OWNER_IDS=ID1,ID2,ID3,...
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Create `secret` directory in the `src` directory, rename the firebase admin key generated during the [Firebase](#firebase) setup to `firebase-adminsdk.json`, and put it in the `secret` directory.
|
4. Create `secret` directory in the `src` directory, rename the firebase admin key generated during the [Firebase](#firebase) setup to `firebase-adminsdk.json`, and put it in the `secret` directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue