Compare commits
6 commits
28f768fffb
...
8a28963afa
Author | SHA1 | Date | |
---|---|---|---|
8a28963afa | |||
7c2870d28e | |||
26e7c20389 | |||
4eabb2fbde | |||
24146e9772 | |||
9e01c1871d |
2 changed files with 656 additions and 786 deletions
|
@ -121,9 +121,9 @@ export default class Config extends Command {
|
|||
var defaultValue = DefaultValues.GetValue(key.value.toString());
|
||||
|
||||
if (defaultValue) {
|
||||
await interaction.reply(`\`${key}\`: \`${defaultValue}\` <DEFAULT>`);
|
||||
await interaction.reply(`\`${key.value}\`: \`${defaultValue}\` <DEFAULT>`);
|
||||
} else {
|
||||
await interaction.reply(`\`${key}\`: <NONE>`);
|
||||
await interaction.reply(`\`${key.value}\`: <NONE>`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue