Skip to content

Commit

Permalink
fix: Dont require admin user env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 authored Mar 23, 2024
1 parent 470558c commit ff2cef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The bot can be configured using environment variables:
| Environment Variable | Description | Default Value | Required |
| --- | --- | --- | --- |
| `ApplicationSettings__DiscordToken` | Discord bot token | `null` | ✅ |
| `ApplicationSettings__AdminUser` | Discord admin username | `null` | |
| `ApplicationSettings__AdminUser` | Discord admin username | `null` | |
| `ApplicationSettings__CommandPrefix` | Command prefix | `!` | ❌ |

## License
Expand Down

0 comments on commit ff2cef3

Please sign in to comment.