Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 50998f1

Browse files
Update README.md
1 parent bf1694f commit 50998f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async def command(ctx, cool=True):
7272
# you can use docstrings for the slash command description too
7373
await ctx.respond("You said this libary is " + str(cool))
7474

75-
await client.run("your_token")
75+
client.run("your_token")
7676
```
7777

7878
Example for creating a user-context command

0 commit comments

Comments
 (0)