There was an error while loading. Please reload this page.
1 parent ad12314 commit efccc8eCopy full SHA for efccc8e
1 file changed
src/cogs/admin/edit_post.py
@@ -19,7 +19,7 @@ def __init__(self, bot: Bot):
19
name="post-edit",
20
description="A command to allow staff to edit an existing post created by the PPH bot",
21
)
22
- @describe(message_id="The ID post/message to edit")
+ @describe(message_id="The ID of the post/message to edit")
23
async def edit_post(self, interaction: Interaction, message_id: str):
24
25
if not interaction.channel_id:
0 commit comments