Our current cog bot/cogs/events.py only includes the events on_message_edit and on_message_delete
A list of events to listen for can be found in api/infractions.py and functionality should be added to the cog so these events can be utilized and logged.
Our current cog
bot/cogs/events.py
only includes the eventson_message_edit
andon_message_delete
A list of events to listen for can be found in
api/infractions.py
and functionality should be added to the cog so these events can be utilized and logged.