Discord BOT
This is the bot active on CowSwap's Discord server
Use this bot invite to add it to a Discord server.
This is a test bot where new features should be deployed first before hitting production.
Currently running on a private test server named Robot Cow testing grounds
. Here's a server invite (which has an expiration date, so you more likely to find it via the search)
Use this bot invite to add it to a Discord server.
Out of the scope of this README, but in summary something like this can show you the way.
- Copy
.env.example
to.env
. - Fill in the bot token you got when creating the bot in the previous step
yarn start
docker build . -t robot-cow-bot
docker run -d --env-file .env robot-cow-bot
To see the logs
# get the running CONTAINER ID
docker ps
docker logs <CONTAINER ID>
Install heroku
cli and run:
heroku local