Remove ancient IDENTIFY key that is no longer used

This commit is contained in:
Rapptz 2022-04-05 05:22:00 -04:00
parent dbcdf69eb1
commit c582940401

View File

@ -437,7 +437,6 @@ class DiscordWebSocket:
}, },
'compress': True, 'compress': True,
'large_threshold': 250, 'large_threshold': 250,
'v': 3,
}, },
} }