Skip to content

Commit

Permalink
Remedy a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jan 13, 2020
1 parent 865040a commit ef2fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/ws_client_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl WebSocketGatewayClientExt for WsClient {
self.send_json(&json!({
"op": OpCode::Identify.num(),
"d": {
"compression": true,
"compress": true,
"large_threshold": constants::LARGE_THRESHOLD,
"guild_subscriptions": guild_subscriptions,
"shard": shard_info,
Expand Down

0 comments on commit ef2fa87

Please sign in to comment.