[x] Switched from on_reaction_add to on_raw_reaction_add because the former relied on an internal cache which got reset on every restart, causing the bookmarking feature to not work on older messages.
[x] Updated requirements.txt to include the following essential standalone dependency: async-timeout==4.0.3 (I'm pretty sure this was supposed to be automatic, but somehow it didn't work I suppose)
Things changed:
on_reaction_add
toon_raw_reaction_add
because the former relied on an internal cache which got reset on every restart, causing the bookmarking feature to not work on older messages.requirements.txt
to include the following essential standalone dependency:async-timeout==4.0.3
(I'm pretty sure this was supposed to be automatic, but somehow it didn't work I suppose)