mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 03:54:14 +02:00
fix(arabot): increase character limit for suggestions
This commit is contained in:
parent
da0e231760
commit
6f276d5083
@ -46,10 +46,8 @@ export class Suggestions extends Listener {
|
||||
|
||||
const suggestion = new EmbedBuilder()
|
||||
.setColor('#FFFFFF')
|
||||
.setAuthor({ name: `Suggestion from ${message.author.tag}`, iconURL: `${message.author.displayAvatarURL()}` })
|
||||
.addFields(
|
||||
{ name: 'Suggestion:', value: message.content },
|
||||
)
|
||||
.setAuthor({ name: `Suggestion from ${message.author.tag}:`, iconURL: `${message.author.displayAvatarURL()}` })
|
||||
.setDescription(message.content)
|
||||
.setTimestamp();
|
||||
|
||||
const sent = await mailbox.send({ embeds: [suggestion], content: message.author.toString() });
|
||||
|
Loading…
x
Reference in New Issue
Block a user