hide reminder list since its not done yet
This commit is contained in:
parent
10d462295d
commit
b70f4e5680
1 changed files with 6 additions and 3 deletions
|
@ -72,8 +72,8 @@ export default {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
// List reminders
|
// List reminders
|
||||||
.addSubcommand(subcommand => subcommand
|
/* .addSubcommand(subcommand => subcommand
|
||||||
.setName(
|
.setName(
|
||||||
loc_default.get(`c_${filename}_sub2_name`)
|
loc_default.get(`c_${filename}_sub2_name`)
|
||||||
?.toLowerCase() ?? ''
|
?.toLowerCase() ?? ''
|
||||||
|
@ -102,7 +102,7 @@ export default {
|
||||||
getLocalizations(client, `c_${filename}_sub2_opt1_desc`)
|
getLocalizations(client, `c_${filename}_sub2_opt1_desc`)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
) */
|
||||||
|
|
||||||
// Delete a reminder
|
// Delete a reminder
|
||||||
.addSubcommand(subcommand => subcommand
|
.addSubcommand(subcommand => subcommand
|
||||||
|
@ -202,6 +202,9 @@ export default {
|
||||||
// rappels, sinon affiché les rappels de la personne qui fait
|
// rappels, sinon affiché les rappels de la personne qui fait
|
||||||
// la commande.
|
// la commande.
|
||||||
|
|
||||||
|
// TODO: Penser à décommenter l'envoie de la sous commande à
|
||||||
|
// l'API de Discord
|
||||||
|
|
||||||
return interaction.reply('TODO');
|
return interaction.reply('TODO');
|
||||||
}
|
}
|
||||||
// Delete a reminder
|
// Delete a reminder
|
||||||
|
|
Loading…
Reference in a new issue