26 lines
585 B
Markdown
26 lines
585 B
Markdown
# ANewDawn
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/thelovinator1/ANewDawn/blob/master/.github/logo.jpg?raw=true" title="A New Dawn" alt="A New Dawn" width="300" height="300" loading="lazy">
|
|
</p>
|
|
|
|
A shit Discord bot.
|
|
|
|
## Settings file
|
|
|
|
Create a settings.json file or use the environment variables below
|
|
|
|
```json
|
|
{
|
|
"discord_token": "your-bot-token-here",
|
|
"openai_token": "open-ai-token"
|
|
}
|
|
```
|
|
|
|
## Environment variables
|
|
|
|
| Variable | Description |
|
|
| ------------- | ----------------- |
|
|
| DISCORD_TOKEN | Discord bot token |
|
|
| OPENAI_TOKEN | OpenAI token |
|