#shows no embeds in message with embeds
1 messages ยท Page 1 of 1 (latest)
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.
How are you obtaining the messages, have you tried fetching them too?
no
from messageCreate event
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?
oh i can do that i think
i want to log bot msgs aswell, i m working on a discord library in deno, my frnds try to use it, but i want to make sure they dont make the bot say smth against tos in my server lol
they test their bot in my server
I see, I'd say in that case if everything is missing from the message, fetch it to be sure.
the fetched message dosent have an embed either
humm ๐ค
Must be something to do, with it being a Command ๐ค
yes
My advice at this stage, is to do your censoring/detection on the use of commands like that
Maybe add a #986520997006032896 to why the content of SC messages, arn't fetch-able
but i just remebered, i didnt do { force: true } when fetching, the message, withotu force true djs gets the msg from cahce ig
oh
i see
That could be it, but with the Id fetching later should get it anyway...unless it was cached there too...try force fetching
oke
BTW
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.
oh wha
Fantastic, race conditions are fun ๐
yeaa

