#errors...
1 messages · Page 1 of 1 (latest)
could it be because of var embed = new MessageEmbed, not a constant?
yes it is
im new at v13 so
no, this error is related to embed field beeing empty
show code
sure
but there's no empty spaces
console.log(fetchprefix) pls
add it after what
if(command ===
that's probably because of .setAuthor content should be changed into a string, and take message.guild.name and etc into ${message.guild.name}
it worked for me when i had the same issue
well, no.
yea i don't know what changed in v13
it does not need to be a string
working example:
embed.setAuthor(interaction.options.getString('author'))
or any value as variable
will work as well
huh, ok
@ancient epoch
is there is a website tell me the old variable and new in v12 and v13?
ig error is in there
topic of #djs-help-v14
try message.reply({embeds: [embed]})
yeah. in order to send embeds you have to send it that way.
ok ty
but
last question
if i want it reply without mention
how can i make that in v13
message.channel.send()
but that wont be reply ig?
i mean like that
so that's what you wanted, right?
nope
i want it to reply to the message
in v12 it was
message.lineReplyNoMention
but you need to install package
so it was not originally from discord js
yep
so there is no such thing in v13
sec..
okay
<:_:874569335308431382> Message#reply()
Send an inline reply to this message.
checked, like i said, if it was achieved with custom package, then it was not originally from discord.js, which means it is not in v13.
okay ty