refactoring, fixes and laniakea v0.8
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
package plugins
|
||||
|
||||
import "git.nix13.pw/scuroneko/laniakea"
|
||||
import (
|
||||
"ymgb/database"
|
||||
|
||||
func RegisterRelations(b *laniakea.Bot) {
|
||||
p := laniakea.NewPlugin("Relations")
|
||||
b.AddPlugins(p)
|
||||
"git.nix13.pw/scuroneko/laniakea"
|
||||
)
|
||||
|
||||
func RegisterRelations() *laniakea.Plugin[database.Context] {
|
||||
p := laniakea.NewPlugin[database.Context]("Relations")
|
||||
return p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user