mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 13:25:03 +00:00
feat: save deleted spam logs; server spam logs from a web server; update Knub to 9.6.4
This commit is contained in:
parent
847ee11195
commit
16be52a5e7
10 changed files with 167 additions and 10 deletions
|
@ -22,6 +22,7 @@ import { ReactionRolesPlugin } from "./plugins/ReactionRoles";
|
|||
import { CensorPlugin } from "./plugins/Censor";
|
||||
import { PersistPlugin } from "./plugins/Persist";
|
||||
import { SpamPlugin } from "./plugins/Spam";
|
||||
import { LogServerPlugin } from "./plugins/LogServer";
|
||||
import knex from "./knex";
|
||||
|
||||
// Run latest database migrations
|
||||
|
@ -44,7 +45,8 @@ knex.migrate.latest().then(() => {
|
|||
spam: SpamPlugin
|
||||
},
|
||||
globalPlugins: {
|
||||
bot_control: BotControlPlugin
|
||||
bot_control: BotControlPlugin,
|
||||
log_server: LogServerPlugin
|
||||
},
|
||||
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue