diff --git a/functions/gen-emoji-telegram.fish b/functions/gen-emoji-telegram.fish
index 600e87a..4512656 100644
--- a/functions/gen-emoji-telegram.fish
+++ b/functions/gen-emoji-telegram.fish
@@ -4,7 +4,7 @@ if [ $status -eq 0 ]
         log-t "Creating" "Telegram" "directory..."
         command mkdir --parents "Telegram"
         log-d "Processing" "$argv[1]" "for Telegram use..."
-        command magick -background none "$argv[1]"'[100x100]' -gravity 'center' -extent '100x100' $argv[2..-1] "Telegram/$argv[1]"
+        command magick -background none "$argv[1]"'[100x100]' -gravity 'center' -extent '100x100' $argv[2..-1] "Telegram/$argv[1].webp"
         log-t "Done! Emoji added to the" "Telegram" "directory!"
     end
 end