Send errors and missed reminders to webhook

New environment variable that you need to use for this to work.
This commit is contained in:
2022-10-31 01:24:32 +01:00
parent 6e040c243d
commit 17eada7e29
5 changed files with 121 additions and 12 deletions

View File

@ -29,6 +29,7 @@ sqlalchemy = "^1.4.42"
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
interactions-wait-for = "^1.0.6"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
discord-webhook = "^0.17.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"