Skip to content

Commit

Permalink
Fix 1-based overwrite command help description
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Nov 17, 2024
1 parent 1f1aca4 commit 5e3de33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/office_hours/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def on_ready(self):
@app_commands.default_permissions(manage_messages=True)
@app_commands.command(
name="overwrite",
description="Overwrite a member's position in the queue. Remember: use 1-based indexing.",
description="Overwrite a member's position in the queue. Remember: use zero-based indexing.",
)
async def insert_at_index(
self,
Expand Down

0 comments on commit 5e3de33

Please sign in to comment.