Add logo to README
This commit is contained in:
BIN
.github/logo.jpg
vendored
Normal file
BIN
.github/logo.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
16
README.md
16
README.md
@ -1,6 +1,10 @@
|
|||||||
# ANewDawn
|
# 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
|
## Settings file
|
||||||
|
|
||||||
@ -8,12 +12,14 @@ Create a settings.json file or use the environment variables below
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"discord_token": "your-bot-token-here"
|
"discord_token": "your-bot-token-here",
|
||||||
|
"openai_token": "open-ai-token"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
||||||
| Variable | Description | Example |
|
| Variable | Description |
|
||||||
| ------------- | ----------------- | ----------------------------------------------------------- |
|
| ------------- | ----------------- |
|
||||||
| DISCORD_TOKEN | Discord bot token | MzQ2MDAwODAxNDk5ODk0Nzk1.XkK-7A.w18w6Z99c5DXi8ubbSNbj32lMZo |
|
| DISCORD_TOKEN | Discord bot token |
|
||||||
|
| OPENAI_TOKEN | OpenAI token |
|
||||||
|
@ -4,4 +4,5 @@ services:
|
|||||||
container_name: anewdawn
|
container_name: anewdawn
|
||||||
environment:
|
environment:
|
||||||
- DISCORD_TOKEN=
|
- DISCORD_TOKEN=
|
||||||
|
- OPENAI_TOKEN=
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user