diff --git a/services/worker/main.go b/services/worker/main.go index b45514875..edb2f46a7 100644 --- a/services/worker/main.go +++ b/services/worker/main.go @@ -13,6 +13,7 @@ import ( "go_dreamfactory/modules/gm" "go_dreamfactory/modules/gourmet" "go_dreamfactory/modules/hero" + "go_dreamfactory/modules/horoscope" "go_dreamfactory/modules/hunting" "go_dreamfactory/modules/items" "go_dreamfactory/modules/library" @@ -94,6 +95,7 @@ func main() { arena.NewModule(), troll.NewModule(), sociaty.NewModule(), + horoscope.NewModule(), ) }