[x] Added a new on_reaction_add listenerer to the general cog.
[x] Added a new bookmarking feature, react to a message with 🔖 to bookmark it. (IgKnite will DM you a copy of it alongside a url to the original message.)
One thing to note, I didn't use TypicalEmbed for the embed for this one, because it simply didn't work out since TypicalEmbed requires an Interaction as an argument.
Things changed:
on_reaction_add
listenerer to thegeneral
cog.🔖
to bookmark it. (IgKnite will DM you a copy of it alongside a url to the original message.)One thing to note, I didn't use
TypicalEmbed
for the embed for this one, because it simply didn't work out sinceTypicalEmbed
requires anInteraction
as an argument.Inspiration!