Skip to content

Commit efccc8e

Browse files
committed
fix: typo
1 parent ad12314 commit efccc8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cogs/admin/edit_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, bot: Bot):
1919
name="post-edit",
2020
description="A command to allow staff to edit an existing post created by the PPH bot",
2121
)
22-
@describe(message_id="The ID post/message to edit")
22+
@describe(message_id="The ID of the post/message to edit")
2323
async def edit_post(self, interaction: Interaction, message_id: str):
2424

2525
if not interaction.channel_id:

0 commit comments

Comments
 (0)