Skip to content

Commit 0d4a3ba

Browse files
authored
fix: missing "
1 parent 6f9291d commit 0d4a3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/commands/prefixed-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ import random
299299
async def gtn(ctx, guess:int):
300300
number = random.randint(1, 10)
301301
if guess == number:
302-
await ctx.send("You guessed it!)
302+
await ctx.send("You guessed it!")
303303
else:
304304
await ctx.send("Nope! Better luck next time :)")
305305
```

0 commit comments

Comments
 (0)