Add description for processing embed

This commit is contained in:
2022-06-28 14:38:16 +07:00
parent b22229f923
commit 9525ce2e96
+1
View File
@@ -38,6 +38,7 @@ export const COMMON_EMBEDS = {
return makeProcessingEmbed({
icon: data.isMessage() ? undefined : '⌛',
title: locale.__('common.processing'),
description: locale.__('common.processing_description'),
user: data.getUser()
});
}