#on_message_edit not working
1 messages · Page 1 of 1 (latest)
Message content is cached I'm pretty sure so it jus comes down to whether the data was cached or not before the edit
how can i ensure that i get the edits for non cached messages ?
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
on_raw_message_edit will be called for every message edit, but won't contain a 'before' message if the message isn't cached
how can i get the after message in raw_message_edit
also i dont want to get the event if lets say an embed occurs
the after message is just the message you get
also upon editing, the message id doesnt change right ?
okay i'll try that