Skip to content

Commit

Permalink
Switch to VXTwitter as the default, closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed Aug 16, 2023
1 parent 8445598 commit 31713a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphene/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl EventHandler for Handler {
let response = MessageBuilder::new()
.mention(&msg.author)
.push(": ")
.push(thorium::convert_url_lazy(msg.content.clone(), UrlType::Fxtwitter).await)
.push(thorium::convert_url_lazy(msg.content.clone(), UrlType::Vxtwitter).await)
.build();

if let Err(why) = msg
Expand Down

0 comments on commit 31713a1

Please sign in to comment.