Added service initialization

This commit is contained in:
diamondburned (Forefront) 2020-06-15 20:59:34 -07:00
parent 87688060e9
commit e93f4b52f5
1 changed files with 5 additions and 0 deletions

View File

@ -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 (