mirror of https://github.com/velour/catbase.git
why is this file here?
This commit is contained in:
parent
ad3b264a89
commit
1488033c52
|
@ -25,7 +25,6 @@ func New(b bot.Bot) *RolesPlugin {
|
||||||
c: b.Config(),
|
c: b.Config(),
|
||||||
db: b.DB(),
|
db: b.DB(),
|
||||||
}
|
}
|
||||||
p.RegisterWeb()
|
|
||||||
p.Register()
|
p.Register()
|
||||||
return p
|
return p
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
package roles
|
|
||||||
|
|
||||||
func (p *RolesPlugin) RegisterWeb() {
|
|
||||||
}
|
|
Loading…
Reference in New Issue