class GuildData:
Undocumented
Method | __init__ |
Constructor :param id: the guild's ID :param prefix: the guild's prefix :param consentChannelId: id of the channel which contains the consent message :param consentMessageId: id of the consent message :param timedMoodRefreshes: True if server operates on time-based mood refreshes, False if it operates on message-based :param moodRefreshTime: time between two mood refreshes :param moodResetTime: time between two resets :param moodMessageThreshold: number of messages for mood to start computing :param moodMessageDepth: maximum number of messages considered for mood :param moodTraining: links userIDs to whether their messages will be used for training (defaults to True) :param tldrTimeGap: time between two messages to be considered as part of the same conversation, in minutes :param badWords: list of bad words :param permUser: list of users with permanent access to the bot :param permGroup: list of roles with permanent access to the bot :param muted_users: list of users who are muted... |
Method | to |
Returns a dict representation of the object :return: dict |
Instance Variable | bad |
Undocumented |
Instance Variable | consent |
Undocumented |
Instance Variable | consent |
Undocumented |
Instance Variable | display |
Undocumented |
Instance Variable | emotion |
Undocumented |
Instance Variable | id |
Undocumented |
Instance Variable | moderators |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | moods |
Undocumented |
Instance Variable | mood |
Undocumented |
Instance Variable | muted |
Undocumented |
Instance Variable | perm |
Undocumented |
Instance Variable | perm |
Undocumented |
Instance Variable | prefix |
Undocumented |
Instance Variable | timed |
Undocumented |
Instance Variable | tldr |
Undocumented |
Instance Variable | user |
Undocumented |
Instance Variable | user |
Undocumented |
Instance Variable | users |
Undocumented |
Constructor :param id: the guild's ID :param prefix: the guild's prefix :param consentChannelId: id of the channel which contains the consent message :param consentMessageId: id of the consent message :param timedMoodRefreshes: True if server operates on time-based mood refreshes, False if it operates on message-based :param moodRefreshTime: time between two mood refreshes :param moodResetTime: time between two resets :param moodMessageThreshold: number of messages for mood to start computing :param moodMessageDepth: maximum number of messages considered for mood :param moodTraining: links userIDs to whether their messages will be used for training (defaults to True) :param tldrTimeGap: time between two messages to be considered as part of the same conversation, in minutes :param badWords: list of bad words :param permUser: list of users with permanent access to the bot :param permGroup: list of roles with permanent access to the bot :param muted_users: list of users who are muted