summaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index f7f78de..28cacaa 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -60,7 +60,7 @@ pub async fn send_url_as_embed(ctx: Context<'_>, url: String) -> Result<(), Erro
.path_segments()
.unwrap()
.last()
- .unwrap_or_else(|| "wie")
+ .unwrap_or("image")
.replace("%20", " ");
ctx.send(|c| {