mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-03-23 10:29:41 +00:00
Added service initialization
This commit is contained in:
parent
87688060e9
commit
e93f4b52f5
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue