Skip to content

Commit

Permalink
zstd -> zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Nov 26, 2024
1 parent 64ee671 commit c704a12
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::Zlib)
.data(data.clone())
.framework(framework)
.voice_manager::<scripty_audio_handler::Songbird>(songbird)
Expand Down

0 comments on commit c704a12

Please sign in to comment.