#shows no embeds in message with embeds

1 messages ยท Page 1 of 1 (latest)

crimson tide
#

this is very weird, why does this happen

#

no embeds in message with embeds

#

shows no embeds in message with embeds

#

messages that have embeds and are replys of a slash commands they have message.embeds as [], but if the same command is used as a legacy command, !command, then the logged reply message from the bot has the embed in message.embeds

#

and this only happens with flavibot

#

and other copies of flavibot made by the flavibot dev, flavibot 2 flavibot premium

#

_ _
the only reason for this happening i can think about is
that the flavi bot dev is doing smth else to reply to slash commands.

gaunt zodiac
#

How are you obtaining the messages, have you tried fetching them too?

crimson tide
#

no

crimson tide
gaunt zodiac
#

humm ๐Ÿค”
The difference here is command vs message, I'm guessing this is some sort of race condition with Discord ๐Ÿค”

Does this matter however, if the embeds are missing, just fetch them

What do you even need the bot's message for?

crimson tide
#

oh i can do that i think

crimson tide
#

they test their bot in my server

gaunt zodiac
#

I see, I'd say in that case if everything is missing from the message, fetch it to be sure.

crimson tide
#

yes tyvm, i will try now

crimson tide
#

the fetched message dosent have an embed either

gaunt zodiac
#

humm ๐Ÿค”
Must be something to do, with it being a Command ๐Ÿค”

crimson tide
#

yes

gaunt zodiac
#

My advice at this stage, is to do your censoring/detection on the use of commands like that

crimson tide
#

but i just remebered, i didnt do { force: true } when fetching, the message, withotu force true djs gets the msg from cahce ig

gaunt zodiac
gaunt zodiac
limber scrollBOT
#

Tag suggestion for @crimson tide:
We highly recommend only specifying the intents you actually need.
โ€ข Note, that 98303, 32767 or whatever other magic number you read represents "all intents", somewhere, gets outdated as soon as new intents are introduced.
โ€ข The number will always represent the same set of intents, excluding new ones, there is no magic "all intents" bit.

crimson tide
#

oh wha

crimson tide
#

tyvm for ur helpp

#

it works now

gaunt zodiac
#

Fantastic, race conditions are fun ๐Ÿ˜„

crimson tide
#

yeaa