diff --git a/sticker/stickerimport.py b/sticker/stickerimport.py
index db176e4aab3a23abc83cac5c97ada06ce8356bd0..534f3c4a318aa55762d16da78c7ac0735b454b1a 100644
--- a/sticker/stickerimport.py
+++ b/sticker/stickerimport.py
@@ -56,10 +56,6 @@ def add_meta(document: Document, info: matrix.StickerInfo, pack: StickerSetFull)
 
 
 async def reupload_pack(client: TelegramClient, pack: StickerSetFull, output_dir: str) -> None:
-    if pack.set.animated:
-        print("Animated stickerpacks are currently not supported")
-        return
-
     pack_path = os.path.join(output_dir, f"{pack.set.short_name}.json")
     try:
         os.mkdir(os.path.dirname(pack_path))