diff --git a/service.go b/service.go index 4d36b83..64125c4 100644 --- a/service.go +++ b/service.go @@ -6,11 +6,16 @@ import ( "github.com/diamondburned/arikawa/discord" "github.com/diamondburned/arikawa/state" "github.com/diamondburned/cchat" + "github.com/diamondburned/cchat/services" "github.com/diamondburned/cchat/text" "github.com/diamondburned/ningen" "github.com/pkg/errors" ) +func init() { + services.RegisterService(&Service{}) +} + type Service struct{} var (