chore: add a watchdog task that tells me if the process is still running while I debug why the bot dies sometimes without existing
This commit is contained in:
@@ -68,11 +68,7 @@ songbird = { version = "0.6.0", default-features = false, features = [
|
||||
] }
|
||||
strum = { version = "0.28.0", features = ["derive"] }
|
||||
time = "0.3.47"
|
||||
tokio = { version = "1.46.0", features = [
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
"signal",
|
||||
] }
|
||||
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros", "signal", "time"] }
|
||||
tokio-util = { version = "0.7.18", features = ["io"] }
|
||||
tokio-websockets-0-13 = { package = "tokio-websockets", version = "0.13", features = [
|
||||
"rustls-webpki-roots",
|
||||
|
||||
Reference in New Issue
Block a user