diff --git a/src/extensions/cmds.py b/src/extensions/cmds.py index 1fa5fea..287bdc6 100644 --- a/src/extensions/cmds.py +++ b/src/extensions/cmds.py @@ -154,7 +154,7 @@ class CommandsCog(commands.Cog): links = f"[Content Link]({item.url}) ยท [Message Link](https://discord.com/channels/{sub.guild_id}/{item.channel_id}/{item.message_id}/)" description = f"Subscription: {sub.name}\n{links}" - key = f"{index}. {item.title}" + key = f"{item.id}. {item.title}" return key, description async def getdata(page: int, pagesize: int):