plugin: search and replace
This commit is contained in:
parent
4a154f16f9
commit
a9b4ad52cb
4 changed files with 450 additions and 0 deletions
|
@ -24,6 +24,7 @@ import (
|
|||
"git.nakama.town/fmartingr/butterrobot/internal/plugin/fun"
|
||||
"git.nakama.town/fmartingr/butterrobot/internal/plugin/ping"
|
||||
"git.nakama.town/fmartingr/butterrobot/internal/plugin/reminder"
|
||||
"git.nakama.town/fmartingr/butterrobot/internal/plugin/searchreplace"
|
||||
"git.nakama.town/fmartingr/butterrobot/internal/plugin/social"
|
||||
"git.nakama.town/fmartingr/butterrobot/internal/queue"
|
||||
)
|
||||
|
@ -90,6 +91,7 @@ func (a *App) Run() error {
|
|||
plugin.Register(social.NewInstagramExpander())
|
||||
plugin.Register(reminder.New(a.db))
|
||||
plugin.Register(domainblock.New())
|
||||
plugin.Register(searchreplace.New())
|
||||
|
||||
// Initialize routes
|
||||
a.initializeRoutes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue