diff --git a/specs/openapi.json b/specs/openapi.json index 07bc681..01cf2a4 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -119,12 +119,6 @@ "security": [ { "BotToken": [] - }, - { - "OAuth2": [ - "dm_channels.read", - "voice" - ] } ] } diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 2374d7b..5f5c005 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -119,12 +119,6 @@ "security": [ { "BotToken": [] - }, - { - "OAuth2": [ - "dm_channels.read", - "voice" - ] } ] }