Skip to content

Commit

Permalink
Disable zstd again
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Nov 27, 2024
1 parent 6548f90 commit 6d9cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripty_bot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub async fn entrypoint() {

let mut client =
ClientBuilder::new_with_http(token, Arc::new(http), framework_opts::get_gateway_intents())
.compression(TransportCompression::Zstd)
.compression(TransportCompression::None)
.data(data.clone())
.framework(framework)
.voice_manager::<scripty_audio_handler::Songbird>(songbird)
Expand Down

0 comments on commit 6d9cab9

Please sign in to comment.