mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Merge branch 'knub30' into k30_selfGrantableRoles
This commit is contained in:
commit
3da37a993b
79 changed files with 3182 additions and 6 deletions
|
@ -23,6 +23,9 @@ import { SlowmodePlugin } from "./Slowmode/SlowmodePlugin";
|
|||
import { StarboardPlugin } from "./Starboard/StarboardPlugin";
|
||||
import { ChannelArchiverPlugin } from "./ChannelArchiver/ChannelArchiverPlugin";
|
||||
import { SelfGrantableRolesPlugin } from "./SelfGrantableRoles/SelfGrantableRolesPlugin";
|
||||
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 +38,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
PersistPlugin,
|
||||
PingableRolesPlugin,
|
||||
PostPlugin,
|
||||
ReactionRolesPlugin,
|
||||
MessageSaverPlugin,
|
||||
ModActionsPlugin,
|
||||
NameHistoryPlugin,
|
||||
|
@ -42,6 +46,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
RolesPlugin,
|
||||
SelfGrantableRolesPlugin,
|
||||
SlowmodePlugin,
|
||||
SpamPlugin,
|
||||
StarboardPlugin,
|
||||
TagsPlugin,
|
||||
UsernameSaverPlugin,
|
||||
|
@ -49,6 +54,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
WelcomeMessagePlugin,
|
||||
CasesPlugin,
|
||||
MutesPlugin,
|
||||
AutomodPlugin,
|
||||
];
|
||||
|
||||
// prettier-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue