-
Notifications
You must be signed in to change notification settings - Fork 1
Logging: more member updates #221
Copy link
Copy link
Open
Labels
FeatureThis describes or implements a new requested featureThis describes or implements a new requested featureMinorThis is unimportant and should be considered low-priorityThis is unimportant and should be considered low-priority
Description
Metadata
Metadata
Assignees
Labels
FeatureThis describes or implements a new requested featureThis describes or implements a new requested featureMinorThis is unimportant and should be considered low-priorityThis is unimportant and should be considered low-priority
Since member/user update logging, several features were added that we don't log. Namely:
Note: may not be possible to log profile banner/color updates - discord.py notes that those properties are only populated when a
Client.fetch_user()call is used, meaning we may not have access to the before-state to compare to. Needs testing.