mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Add description for processing embed
This commit is contained in:
@@ -38,6 +38,7 @@ export const COMMON_EMBEDS = {
|
|||||||
return makeProcessingEmbed({
|
return makeProcessingEmbed({
|
||||||
icon: data.isMessage() ? undefined : '⌛',
|
icon: data.isMessage() ? undefined : '⌛',
|
||||||
title: locale.__('common.processing'),
|
title: locale.__('common.processing'),
|
||||||
|
description: locale.__('common.processing_description'),
|
||||||
user: data.getUser()
|
user: data.getUser()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user