This commit is contained in:
2025-02-18 20:25:39 +01:00
parent 1c57392a44
commit 2ef0cc06c2

View File

@@ -7,8 +7,7 @@ from .token_storage import TokenStorage
SCOPES = [ SCOPES = [
AuthScope.CHAT_READ, scope for scope in AuthScope
AuthScope.CHAT_EDIT,
] ]