chore(ux): 🚸 Improve deferReply message
Improved UX by writing a better deferReply message that looks good when a request takes time
This commit is contained in:
parent
0627d0ce31
commit
7320544592
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ export default async (interaction: BaseInteraction, ephemeral: boolean) => {
|
|||
iconURL: embedConfig.footerIcon,
|
||||
})
|
||||
.setTimestamp(new Date())
|
||||
.setTitle("Processing your request")
|
||||
.setTitle("⏳︱Your request are being processed")
|
||||
.setColor(embedConfig.waitColor)
|
||||
.setDescription("Please wait..."),
|
||||
.setDescription("This might take a while, please wait..."),
|
||||
],
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue