mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Merge branch 'knub30' into k30_spam
This commit is contained in:
commit
30f3e68465
66 changed files with 2560 additions and 6 deletions
|
@ -23,6 +23,8 @@ import { SlowmodePlugin } from "./Slowmode/SlowmodePlugin";
|
|||
import { StarboardPlugin } from "./Starboard/StarboardPlugin";
|
||||
import { ChannelArchiverPlugin } from "./ChannelArchiver/ChannelArchiverPlugin";
|
||||
import { SpamPlugin } from "./Spam/SpamPlugin";
|
||||
import { ReactionRolesPlugin } from "./ReactionRoles/ReactionRolesPlugin";
|
||||
import { AutomodPlugin } from "./Automod/AutomodPlugin";
|
||||
|
||||
// prettier-ignore
|
||||
export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
||||
|
@ -35,6 +37,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
PersistPlugin,
|
||||
PingableRolesPlugin,
|
||||
PostPlugin,
|
||||
ReactionRolesPlugin,
|
||||
MessageSaverPlugin,
|
||||
ModActionsPlugin,
|
||||
NameHistoryPlugin,
|
||||
|
@ -49,6 +52,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
WelcomeMessagePlugin,
|
||||
CasesPlugin,
|
||||
MutesPlugin,
|
||||
AutomodPlugin,
|
||||
];
|
||||
|
||||
// prettier-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue