mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Merge branch 'knub30' into k30_slowmode
This commit is contained in:
commit
31fdf67947
17 changed files with 617 additions and 0 deletions
|
@ -14,10 +14,13 @@ import { CasesPlugin } from "./Cases/CasesPlugin";
|
|||
import { MutesPlugin } from "./Mutes/MutesPlugin";
|
||||
import { TagsPlugin } from "./Tags/TagsPlugin";
|
||||
import { SlowmodePlugin } from "./Slowmode/SlowmodePlugin";
|
||||
import { StarboardPlugin } from "./Starboard/StarboardPlugin";
|
||||
import { ChannelArchiverPlugin } from "./ChannelArchiver/ChannelArchiverPlugin";
|
||||
|
||||
// prettier-ignore
|
||||
export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
||||
AutoReactionsPlugin,
|
||||
ChannelArchiverPlugin,
|
||||
LocateUserPlugin,
|
||||
PersistPlugin,
|
||||
PingableRolesPlugin,
|
||||
|
@ -25,6 +28,7 @@ export const guildPlugins: Array<ZeppelinPluginBlueprint<any>> = [
|
|||
NameHistoryPlugin,
|
||||
RemindersPlugin,
|
||||
SlowmodePlugin,
|
||||
StarboardPlugin,
|
||||
TagsPlugin,
|
||||
UsernameSaverPlugin,
|
||||
UtilityPlugin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue