discord.Client
tldr.discordBot.Bot
- The bot class inherits from discord.Client :guidsId: a set of all guilds id the bot is in :guildsDict: a dict of all guildData the bot is in, with the guild id as key :tldrLoop: the loop for the tldr command :moodLoop: the loop for the mood command :socialGraphLoop: the loop for the social graph command :autoModLoop: the loop for the auto mod command :moodUpdates: a list of list of tuples (guildId, updateType) where updateType is True for refresh and False for reset :moodUpdateMinute: the current minute of the "clock" used to know when to update the moods :socialGraphWorker: the worker for the social graph command...enum.Enum
tldr.mood.Mood
- No summarytldr.discordBot.GuildData
- No class docstring; 0/22 instance variable, 2/2 methods documentedtldr.mod.moderationInfo
- Class to store moderation datatldr.socialGraph.SocialGraph
- This class represents a social graph :nbPeople: the number of people in the social graph :nbMessage: the number of messages :tagMinValue: the minimum value of a tag :importanceDict: the importance dict :agreementDict: the agreement dict :taggedDict: the tagged dict :guildData: the guild data :nbMessage_at_time: the number of messages at time :importanceMaxValue: the maximum importance value :importanceInitValue: the initial importance value :interactions: the interactions...tldr.socialGraph.SocialGraphWorker
- Class SocialGraphWorker Generates the socialgraphs for each guild API to socialgraph :social_graphs: the social graphs