aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/config.ts')
-rw-r--r--src/commands/config/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts
index 6cb493d..88e83ec 100644
--- a/src/commands/config/config.ts
+++ b/src/commands/config/config.ts
@@ -369,7 +369,7 @@ export default class ConfigCommand extends BushCommand {
message.util.isSlash ? _.snakeCase(setting) : setting
} ${guildSettingsObj[setting].type.includes('-array') ? 'add/remove' : 'set'} <value>" to set this setting.`
});
- settingsEmbed.addField({
+ settingsEmbed.addFields({
name: 'value',
value: (await generateCurrentValue(guildSettingsObj[setting].type)) || '[No Value Set]'
});