mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Disable/hide some interaction-based features until after release
This commit is contained in:
parent
0e7cf9715f
commit
a179119f2e
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,10 @@ const defaultOptions: PluginOptions<ContextMenuPluginType> = {
|
|||
|
||||
export const ContextMenuPlugin = zeppelinGuildPlugin<ContextMenuPluginType>()({
|
||||
name: "context_menu",
|
||||
showInDocs: false,
|
||||
|
||||
configSchema: ConfigSchema,
|
||||
dependencies: () => [MutesPlugin, LogsPlugin, UtilityPlugin],
|
||||
defaultOptions,
|
||||
|
||||
// prettier-ignore
|
||||
|
@ -51,6 +53,4 @@ export const ContextMenuPlugin = zeppelinGuildPlugin<ContextMenuPluginType>()({
|
|||
afterLoad(pluginData) {
|
||||
loadAllCommands(pluginData);
|
||||
},
|
||||
|
||||
dependencies: () => [MutesPlugin, LogsPlugin, UtilityPlugin],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue