mirror of https://github.com/velour/catbase.git
why is this file here?
This commit is contained in:
parent
f5ff7c027e
commit
883989741b
|
@ -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