Files
ohrwurm/README.md
Johannes Heuel f752e2c5ff
All checks were successful
continuous-integration/drone/push Build is passing
add logo
2024-02-16 19:19:36 +01:00

13 lines
502 B
Markdown

<p align="center">
<img alt="Light" src="./docs/logo.png" width="20%">
</p>
<p align="center">
Ohrwurm
</p>
<p align="center">
<a href="https://drone.jheuel.boosted.science/jheuel/ohrwurm"><img src="https://drone.jheuel.boosted.science/api/badges/jheuel/ohrwurm/status.svg"></a>
</p>
# Deployment
Create a `.env` environment file that contains the `DISCORD_TOKEN` and `DISCORD_APP_ID` of your bot, then build the container with `docker-compose build` before running it with `docker-compose up`.