Commit Graph

7 Commits

Author SHA1 Message Date
60a81f66a8
feat: Enable Docker deployment and CD
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 8m1s
Closes #8, partially addresses #6
2023-11-26 04:22:56 +01:00
d6b208963d
refactor: simplify code, better organize it, and comment it 2023-11-25 23:33:06 +01:00
561f88778e
feat: send in logger channels mentions to everyone
Closes #4
2023-11-23 23:54:52 +01:00
592604aaa8
feat: unset a channel as a logger
Closes #3
2023-11-23 22:40:37 +01:00
fb0ad5be13
feat: add listing logger channels in a guild
This commit also allows in the database to hold more than one channel
per guild and introduces clippy linting.

Closes #2

BREAKING CHANGES: The database schema changed from its root. All
databases should be dropped and recreated before running this new
version.
2023-11-23 22:15:47 +01:00
c7bf7ec9e6
feat: add a channel as a logging channel
Closes #1, fixes #10
2023-11-23 21:27:28 +01:00
47dd2b02c4
initial commit 2023-11-23 00:59:55 +01:00