@@ -424,10 +424,10 @@ async def view_cmd(self, ctx):
424424 async def combo_set (self , ctx , * , combo : str = "" ):
425425 """
426426 Set, update, or remove your CPU/GPU combo.
427- Example usage: `pcmr set combo Ryzen 7 5800X + RTX 3080`\n
427+ Example usage: `[p] pcmr set combo Ryzen 7 5800X + RTX 3080`\n
428428
429429 If you already have a combo, it will be updated.
430- To remove your combo, use: `pcmr set combo remove`
430+ To remove your combo, use: `[p] pcmr set combo remove`
431431 """
432432 if combo is None :
433433 await ctx .send_help (ctx .command )
@@ -580,8 +580,8 @@ async def wiki(self, ctx):
580580 async def compare (self , ctx , * members : discord .Member ):
581581 """
582582 Compare builds of multiple users (CPU, GPU, and combined).
583- Usage: {prefix} pcmr compare @user1 @user2 [@user3 ...]
584- If no users are provided, compares you and your combo.
583+ Usage: `[p] pcmr compare @user1 @user2 [@user3 ...]`
584+ If no users are provided, shows only your combo.
585585 If one user is provided, compares you and that user.
586586 """
587587 # If no members provided, compare user with themselves (show their own stats)
0 commit comments