feat: Reminders #44
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default async (message: Message, client: Client) => {
|
||||||
return quoted_message;
|
return quoted_message;
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
// Remove undefined elements
|
// Remove undefined elements
|
||||||
).filter(Boolean);
|
).filter(Boolean);
|
||||||
|
|
||||||
const loc = getLocale(client, client.config.default_lang);
|
const loc = getLocale(client, client.config.default_lang);
|
||||||
|
@ -105,6 +105,7 @@ export default async (message: Message, client: Client) => {
|
||||||
);
|
);
|
||||||
embed.addFields({
|
embed.addFields({
|
||||||
// TODO: Don't pluralize when there is only one file.
|
// TODO: Don't pluralize when there is only one file.
|
||||||
|
// TODO: Locales
|
||||||
name: 'Fichiers joints',
|
name: 'Fichiers joints',
|
||||||
// TODO: Check if don't exceed char limit, if yes, split
|
// TODO: Check if don't exceed char limit, if yes, split
|
||||||
// files into multiples field.
|
// files into multiples field.
|
||||||
|
|
Loading…
Reference in a new issue