mirror of
https://github.com/Mestima/luna.git
synced 2025-05-06 06:00:14 +00:00
Create README.md
This commit is contained in:
parent
f5d31aa2e5
commit
5a6f219c55
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# ~Luna discord bot
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
NodeJS version: `v18.15.0 lts`
|
||||||
|
|
||||||
|
Create and edit `.env` file, remove useless comments in production:
|
||||||
|
|
||||||
|
```
|
||||||
|
# bot token
|
||||||
|
TOKEN=token
|
||||||
|
# might be online, idle, invisible or dnd
|
||||||
|
STATUS=idle
|
||||||
|
# any string to use it as a status content
|
||||||
|
STATUS_CONTENT=hello world
|
||||||
|
# might be NONE, PLAYING, WATCHING, LISTENING, STREAMING, COMPETING or CUSTOM
|
||||||
|
STATUS_TYPE=LISTENING
|
||||||
|
# client app id
|
||||||
|
CLIENT_ID=000000000000000000
|
||||||
|
# development guild id
|
||||||
|
DEV_GUILD_ID=000000000000000000
|
||||||
|
```
|
||||||
|
|
||||||
|
### Scripts
|
||||||
|
|
||||||
|
- `yarn start` | run bot in a production mode
|
||||||
|
- `yarn dev` | run bot in a dev mode
|
Loading…
x
Reference in New Issue
Block a user