|
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