#on_message_edit not working

1 messages · Page 1 of 1 (latest)

golden glen
#

I have all the intents
but on_message_edit doesnt show the edited message for some servers, while for some server it works

what can i do ?

echo oar
#

Message content is cached I'm pretty sure so it jus comes down to whether the data was cached or not before the edit

golden glen
#

how can i ensure that i get the edits for non cached messages ?

echo oar
#

I'm not 100% sure of an efficient way of going about that

#

Maybe some manual caching, but I'm not too sure of a good way to implement it

humble nacelle
#

on_raw_message_edit will be called for every message edit, but won't contain a 'before' message if the message isn't cached

golden glen
humble nacelle
golden glen
#

also upon editing, the message id doesnt change right ?

golden glen