module documentation
Undocumented
Function | on_message |
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_message |
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_message |
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_message |
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_message |
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 |
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
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 | |
bot | Undocumented |
message:discord.Message | Undocumented |
guild | Undocumented |
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 | |
bot | Undocumented |
message:discord.Message | Undocumented |
guild | Undocumented |
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