We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2569513 commit a59707eCopy full SHA for a59707e
1 file changed
backend/src/configValidator.ts
@@ -29,7 +29,7 @@ export async function validateGuildConfig(config: any): Promise<string | null> {
29
30
const plugin = pluginNameToPlugin.get(pluginName)!;
31
const configManager = new PluginConfigManager(
32
- {},
+ pluginOptions,
33
{
34
configSchema: plugin.configSchema,
35
defaultOverrides: plugin.defaultOverrides ?? [],
0 commit comments