Undocumented
Function | automod |
Automatically moderates the message. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Function | ban |
Undocumented |
Async Function | bye |
Closes the bot :param bot: the bot :param message: the message to process :return: None |
Function | check |
Undocumented |
Function | help |
Sends the help embed :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :param mots: the message's content split into words :return: None... |
Function | kick |
Kicks a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None |
Function | moderatesettings |
Manages the moderation settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None |
Function | mood |
Displays the mood of a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Function | moodroles |
Displays the mood roles status, or enables or disables them. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moods |
Displays the moods of all users. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Function | moodsettings |
Displays or changes the mood settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodsettings |
Changes the number of messages to consider when computing a mood. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodsettings |
Changes the mood refresh method. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodsettings |
Changes the time between two mood refreshes. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodsettings |
Changes the time between two mood resets. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodsettings |
Changes the number of messages needed to compute a mood. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None |
Function | moodtraining |
Displays the mood training status, or enables or disables it for the user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None... |
Function | muteuser |
Mutes a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None |
Function | prefix |
Changes the prefix of the bot :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :param mots: the message's content split into words :return: None... |
Async Function | social |
Displays the social graph of the user, or of the mentioned user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Async Function | tldr |
Summarizes a message. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Function | tldr |
Changes the tldr settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None |
Function | unban |
Undocumented |
Function | unmute |
Unmutes a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None |
Automatically moderates the message. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Sends the help embed :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :param mots: the message's content split into words :return: None
Kicks a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None
Manages the moderation settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None
Displays the mood of a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Displays the mood roles status, or enables or disables them. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Displays the moods of all users. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Displays or changes the mood settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Changes the number of messages to consider when computing a mood. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Changes the mood refresh method. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Changes the time between two mood refreshes. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Changes the time between two mood resets. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Changes the number of messages needed to compute a mood. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Displays the mood training status, or enables or disables it for the user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The message's words. :return: None
Mutes a user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :param mots: The words of the message. :return: None
Changes the prefix of the bot :param bot: the bot :param message: the message to process :param guildData: the data associated to the guild the message was sent in :param mots: the message's content split into words :return: None
Displays the social graph of the user, or of the mentioned user. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Parameters | |
bot | Undocumented |
message:discord.Message | Undocumented |
guild | Undocumented |
Summarizes a message. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Parameters | |
bot | Undocumented |
message:discord.Message | Undocumented |
guild | Undocumented |
Changes the tldr settings. :param bot: The bot. :param message: The message. :param guildData: The guild data. :return: None
Parameters | |
bot | Undocumented |
message:discord.Message | Undocumented |
guild | Undocumented |