LaCorbeille is a simple bot discord.
Find the community here
Or go to LaCorbeille STUDIO website !
- Docker
- Node.js
- Create a Discord application and obtain the bot token from Discord Developers.
- On GitHub, open your repository.
- Go to
Settings
. - Then drop
Secrets and variables
to openActions
. - In
Repository secrets
, put the SFTP variables to filldeploy.yml
.- SFTP_SERVER
- SFTP_USERNAME
- SFTP_PASSWORD
- Don't forget to click on
Add secret
button below.
- Clone the repository:
git clone https://github.com/LaCorbeille/BOT-LaCorbeille.git
- Create a .env file and add a field
DISCORD_TOKEN=
followed by your Discord bot token. - Navigate to the directory where you cloned the bot.
- Build the Docker containers:
docker-compose build
- Start the Docker containers in detached mode:
docker-compose up -d
- Verify if the container is created correctly:
docker ps -a
- Check the logs for any issues:
docker logs -f <container-id>
Type /help
to get help on a server