-
Is this a bug? I would expect that with |
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Sep 30, 2020
Replies: 1 comment 2 replies
-
Chances are it's probably the members that are cached from the messages. If you don't care for the message cache you can disable it under |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chances are it's probably the members that are cached from the messages. If you don't care for the message cache you can disable it under
max_messages=None
insideClient.__init__
.