2023-06-15 17:01:04 +03:00
2023-03-28 18:22:35 +03:00
2023-03-28 18:22:35 +03:00
2023-06-15 16:47:15 +03:00
2023-03-28 19:44:39 +03:00
2023-06-15 16:47:15 +03:00

~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

Install dependencies: yarn install

Scripts

  • yarn start | run bot in a production mode
  • yarn dev | run bot in a dev mode
Description
Luna is a Discord Bot written in various languages
Readme 128 KiB
Languages
JavaScript 98.9%
Dockerfile 1.1%