refactor(arabot): change wording for dms

This commit is contained in:
smyalygames 2023-02-07 23:51:56 +00:00
parent 4f628bb59e
commit 8d83365c8a

View File

@ -61,7 +61,7 @@ export class Suggestions extends Listener {
.catch(() => { sent.react('🤷'); }); .catch(() => { sent.react('🤷'); });
await message.author.send({ await message.author.send({
content: 'Your suggestion has been received!', content: 'Your suggestion has been sent!',
embeds: [suggestion], embeds: [suggestion],
}).catch(() => {}); }).catch(() => {});
} }