Skip to content

Commit 0a86d75

Browse files
committed
Fix minor typo in usage string of grade cmd
1 parent 4ad90f8 commit 0a86d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bots/py/commands/grade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
async def grade(ctx, *, msg: str = " "):
1313

1414
prof_and_class = msg.split(" for ")
15-
usage_str = f'**Usage:** \n`1. {ctx.prefix}grade professor for subject [course]"`\n`2. {ctx.prefix}grade professor for everything`'
15+
usage_str = f'**Usage:** \n`1. {ctx.prefix}grade professor for subject [course]`\n`2. {ctx.prefix}grade professor for everything`'
1616

1717
if len(prof_and_class) != 2:
1818
await ctx.channel.send(usage_str)

0 commit comments

Comments
 (0)