Shit Discord bot
Find a file
2024-07-20 05:15:12 +02:00
.github Rewrite bot into Python 2024-07-20 05:13:14 +02:00
.vscode Rewrite bot into Python 2024-07-20 05:13:14 +02:00
.env.example Rewrite bot into Python 2024-07-20 05:13:14 +02:00
.gitignore Rewrite bot into Python 2024-07-20 05:13:14 +02:00
docker-compose.yml Load Docker compose env vars from .env 2024-02-26 10:08:53 +01:00
Dockerfile Rewrite bot into Python 2024-07-20 05:13:14 +02:00
LICENSE Initial commit 2024-01-21 13:25:35 +01:00
main.py Rewrite bot into Python 2024-07-20 05:13:14 +02:00
pyproject.toml Rewrite bot into Python 2024-07-20 05:13:14 +02:00
README.md Add logo to README 2024-01-22 20:15:28 +01:00

ANewDawn

A New Dawn

A shit Discord bot.

Settings file

Create a settings.json file or use the environment variables below

{
  "discord_token": "your-bot-token-here",
  "openai_token": "open-ai-token"
}

Environment variables

Variable Description
DISCORD_TOKEN Discord bot token
OPENAI_TOKEN OpenAI token