|
1 年之前 | |
---|---|---|
.. | ||
.dockerignore | 2 年之前 | |
.gitignore | 2 年之前 | |
Dockerfile | 1 年之前 | |
README.md | 1 年之前 | |
discord_bot.py | 1 年之前 | |
docker-compose.yml | 2 年之前 | |
requirements.txt | 1 年之前 | |
variables.env | 2 年之前 |
This is a docker template to create your own Discord bot using the embedchain package. To know more about the bot and how to use it, go here.
To run this use the following command,
docker run --name discord-bot -e OPENAI_API_KEY=sk-xxx -e DISCORD_BOT_TOKEN=xxx -p 8080:8080 embedchain/discord-bot:latest