Discord Events
Modis looks for files in a module with these names. They are called when a Discord event occurs.
These files and their actions are the same as the Discord.py Events, with .py added to the end (for example to listen for messages, on_message becomes on_message.py). Modis then calls the function with the same name in that file.
Events List
The events supported by Modis are:
on_readyon_resumeon_erroron_messageon_socket_raw_receiveon_socket_raw_sendon_message_deleteon_message_editon_reaction_addon_reaction_removeon_reaction_clearon_channel_deleteon_channel_createon_channel_updateon_member_joinon_member_removeon_member_updateon_server_joinon_server_removeon_server_updateon_server_role_createon_server_role_deleteon_server_role_updateon_server_emojis_updateon_server_availableon_server_unavailableon_voice_state_updateon_member_banon_member_unbanon_typingon_group_joinon_group_remove