(readme in construction)
For the discord community U*Travel (Discord Server) U*Travel Community is a community base on astronomy and science. This bot will go in these purposes.
I will create some commands related to space, like getting live data from ISS, getting information about a celestial object, or getting some cronjob that every day will go on NASA website to take the picture of the day.
There'll also have some mods commands like mute that works 100% without this missing discord rights hierarchy. (The user will lose all this ranks and will be saved and have a muted one (that you need to configure for each channel/category)) So the user haves only one role, muted with restricted permission. Then when you unmute him, he just got back his roles, and he's removed from mute role
- Install Docker
- Install the dependencies with
docker-compose run bot npm i
- Copy
.env
from.env-example
and fill in the credentials - You can run the stack by running
docker-compose up -d
- To check the logs you can either attach your shell to the process with
docker attach bot
or use VS Code Debugger - Stop containers with
docker-compose down
docker-compose up -d
Runs containersdocker-compose down
Shuts down containersdocker-compose run bot <command>
Runs a command in the node container (bot)