diff --git a/Cargo.lock b/Cargo.lock index 709020e..e68953f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "shibe-bot" -version = "0.2.6" +version = "0.3.0" dependencies = [ "build-time", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 227046d..ef308db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibe-bot" -version = "0.2.6" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 205f0c6..1931201 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Shibe Bot 0.2.6 +# Shibe Bot 0.3.0 [![Rust](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml/badge.svg)](https://github.com/shibedrill/shibe-bot/actions/workflows/rust.yml) [![GitHub License](https://img.shields.io/github/license/shibedrill/shibe-bot)](LICENSE.txt) diff --git a/src/command/fun.rs b/src/command/fun.rs index 779316d..a68f861 100644 --- a/src/command/fun.rs +++ b/src/command/fun.rs @@ -154,7 +154,7 @@ pub async fn deer(ctx: Context<'_>) -> Result<(), Error> { error!("Executing command `deer` failed: {}", e) })? }; - ctx.say(format!("https://reddit.com{}", &chosen_post.data.permalink)) + ctx.say(format!("https://vxreddit.com{}", &chosen_post.data.permalink)) .await?; info!("Executed command `deer` successfully"); Ok(())