Add logo to README

This commit is contained in:
2024-01-22 20:15:28 +01:00
parent 0f5c6683ee
commit 9690b4b686
3 changed files with 12 additions and 5 deletions

BIN
.github/logo.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

@ -1,6 +1,10 @@
# ANewDawn
Shit Discord bot
<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
@ -8,12 +12,14 @@ Create a settings.json file or use the environment variables below
```json
{
"discord_token": "your-bot-token-here"
"discord_token": "your-bot-token-here",
"openai_token": "open-ai-token"
}
```
## Environment variables
| Variable | Description | Example |
| ------------- | ----------------- | ----------------------------------------------------------- |
| DISCORD_TOKEN | Discord bot token | MzQ2MDAwODAxNDk5ODk0Nzk1.XkK-7A.w18w6Z99c5DXi8ubbSNbj32lMZo |
| Variable | Description |
| ------------- | ----------------- |
| DISCORD_TOKEN | Discord bot token |
| OPENAI_TOKEN | OpenAI token |

View File

@ -4,4 +4,5 @@ services:
container_name: anewdawn
environment:
- DISCORD_TOKEN=
- OPENAI_TOKEN=
restart: unless-stopped