diff --git a/main.go b/main.go index 92402c0..a88d532 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,6 @@ func main() { // Run the REST API for events/announcements in a different goroutine go api.Run(session) - go corona.Listen(session) go prometheus.CreateExporter(session) // Update the bot status periodically