Skip to content

Commit

Permalink
Update credits, Example env var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Jul 3, 2023
1 parent 93411f2 commit c54e033
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LOG_LEVEL=INFO
LOG_DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/YYYYYYYY/YYYYYYYY
LOG_DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/XXXXXXXX/XXXXXXXX
LOG_DISCORD_WEBHOOK_LEVEL=WARNING
DISCORD_TOKEN=XXXXXXXXXX
DISCORD_SERVER_ID=0000000000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
image: ethanchrisp/n31l:latest
environment:
LOG_LEVEL: INFO
LOG_DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/YYYYYYYY/YYYYYYYY
LOG_DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/XXXXXXXX/XXXXXXXX
LOG_DISCORD_WEBHOOK_LEVEL: WARNING
DISCORD_TOKEN: XXXXXXXX
DISCORD_SERVER_ID: 0000000000
Expand Down
4 changes: 2 additions & 2 deletions components/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ async def CommandStatus(
author="N31L",
authorUrl="https://github.com/EthanC/N31L",
authorIcon="https://i.imgur.com/cGtkGuI.png",
footer="Developed by Lacking#0001",
footerIcon="https://i.imgur.com/KZnKBn2.gif",
footer="Developed by lacking",
footerIcon="https://i.imgur.com/WTQid9f.gif",
),
)

Expand Down

0 comments on commit c54e033

Please sign in to comment.