Compare commits
1 commit
8a28963afa
...
28f768fffb
Author | SHA1 | Date | |
---|---|---|---|
28f768fffb |
2 changed files with 786 additions and 656 deletions
|
@ -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>`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue