why is this file here?

This commit is contained in:
Chris Sexton 2022-07-28 17:46:19 -04:00
parent ad3b264a89
commit 1488033c52
2 changed files with 0 additions and 5 deletions

View File

@ -25,7 +25,6 @@ func New(b bot.Bot) *RolesPlugin {
c: b.Config(),
db: b.DB(),
}
p.RegisterWeb()
p.Register()
return p
}

View File

@ -1,4 +0,0 @@
package roles
func (p *RolesPlugin) RegisterWeb() {
}