3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 02:25:01 +00:00

Update NameHistoryPlugin.ts

This commit is contained in:
Ibotmealot 2022-01-26 21:24:26 -05:00 committed by GitHub
parent 0f3e8f3860
commit aa033dbc8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ const defaultOptions: PluginOptions<NameHistoryPluginType> = {
export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({ export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({
name: "name_history", name: "name_history",
showInDocs: false, showInDocs: true,
configSchema: ConfigSchema, configSchema: ConfigSchema,
defaultOptions, defaultOptions,