module documentation

Undocumented

Function on_messageAutoMod Processes auto moderation :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in
Async Function on_messageDiscord Processes messages for discord :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :return: None
Function on_messageMood Processes the mood of a message :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in
Async Function on_messageSocialGraph Processes messages for social graph :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :return: None
Async Function on_messageTldr Processes messages for tldr :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in
def on_messageAutoMod(bot, message, guildData):

Processes auto moderation :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in

async def on_messageDiscord(bot, message, guildData):

Processes messages for discord :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :return: None

Parameters
botUndocumented
message:discord.MessageUndocumented
guildDataUndocumented
def on_messageMood(bot, message, guildData):

Processes the mood of a message :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in

Parameters
botUndocumented
message:discord.MessageUndocumented
guildDataUndocumented
async def on_messageSocialGraph(bot, message, guildData):

Processes messages for social graph :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :return: None

async def on_messageTldr(bot, message, guildData):

Processes messages for tldr :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in

Parameters
botUndocumented
message:discord.MessageUndocumented
guildDataUndocumented