Compare commits

..

1 commit

Author SHA1 Message Date
28f768fffb Update dependency np to v9 2023-12-18 00:04:24 +00:00
2 changed files with 786 additions and 656 deletions
src/commands
yarn.lock

View file

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