Skip to content

Commit

Permalink
Remove 3 in python3 in running bot from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
OseSem authored Apr 24, 2024
1 parent e1a7699 commit 2a86381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TOKEN=YOUR_BOT_TOKEN
6. Run the bot: (Run `exit` to exit the shell.)
```bash
poetry shell
python3 main.py
python main.py
```

## Examples
Expand Down

0 comments on commit 2a86381

Please sign in to comment.