Compare commits

..

1 commit

Author SHA1 Message Date
RenovateBot 28f768fffb Update dependency np to v9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-12-18 00:04:24 +00:00
2 changed files with 786 additions and 656 deletions

View file

@ -121,9 +121,9 @@ export default class Config extends Command {
var defaultValue = DefaultValues.GetValue(key.value.toString()); var defaultValue = DefaultValues.GetValue(key.value.toString());
if (defaultValue) { if (defaultValue) {
await interaction.reply(`\`${key.value}\`: \`${defaultValue}\` <DEFAULT>`); await interaction.reply(`\`${key}\`: \`${defaultValue}\` <DEFAULT>`);
} else { } else {
await interaction.reply(`\`${key.value}\`: <NONE>`); await interaction.reply(`\`${key}\`: <NONE>`);
} }
} }
} }

1438
yarn.lock

File diff suppressed because it is too large Load diff