diff options
author | 2024-09-10 17:01:28 +0100 | |
---|---|---|
committer | 2024-09-10 17:05:47 +0100 | |
commit | 32d0fe5e7b1ba32d02c38a5e6daa7a3347890e68 (patch) | |
tree | 8844dee9ab9c433cacef53442d7563c56914c19b | |
parent | Add migration for content_hash field (diff) |
Enable message content intent
-rw-r--r-- | metricity/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metricity/__main__.py b/metricity/__main__.py index 86aba6a..f9c0497 100644 --- a/metricity/__main__.py +++ b/metricity/__main__.py @@ -24,6 +24,7 @@ async def main() -> None: voice_states=False, presences=False, messages=True, + message_content=True, reactions=False, typing=False, ) |