diff --git a/main.py b/main.py
index 1042ccf..b8e57d1 100644
--- a/main.py
+++ b/main.py
@@ -156,7 +156,7 @@ async def resend_after(msg: Message):
async with redis.lock('e621:update'):
tag_list = [t.decode() for t in await redis.smembers('e621:subs')]
for i, tag in enumerate(tag_list):
- await msg.reply(f'Checking tag {tag} ({i+1}/{len(tag_list)}')
+ await msg.reply(f'Checking tag {tag} ({i+1}/{len(tag_list)})', parse_mode=ParseMode.HTML)
posts = []
page = 1
while True: