Skip to content

Commit 753cf4e

Browse files
committed
chore: Minor setup cleanup
1 parent af6a421 commit 753cf4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ULTRA_SPONSOR_ROLE_ID=123456789012345678
3838
LOG_CHANNEL_ID=123456789012345678
3939
LOGGER_LEVEL="INFO"
4040
LOGGER_PREFIX="discord"
41-
LOGGER_FORMAT="%(asctime)s:%(levelname)s:%(name)s: %(message)s"
41+
LOGGER_FORMAT='%(asctime)s:%(levelname)s:%(name)s: %(message)s'
4242
LOGGED_ACTIONS=channel_delete,channel_create,member_join,member_remove
4343

4444
################################################################

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ packages = ["src/bot"]
1616
[tool.hatch.envs.default.scripts]
1717
lint = "darglint ./src/bot && ruff check --fix ./src/bot && black --check ./src/bot"
1818
format = "ruff check --fix ./src/bot && black ./src/bot"
19-
start = "docker compose --env-file .env.local up -d --build"
19+
start = "docker compose -p rcb-discord-bot --env-file .env.local up -d --build"
20+
stop = "docker compose -p rcb-discord-bot down"
2021

2122
[tool.hatch.envs.dev]
2223
dependencies = ["pre-commit"]

0 commit comments

Comments
 (0)