We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 963239b + 7393726 commit 6923ee8Copy full SHA for 6923ee8
1 file changed
README.md
@@ -1,10 +1,10 @@
1
### Twitch-Chat
2
3
-📜 I made an script in Python for receive message from twitch chat.
+📜 I did a script in Python to receive messages from a twitch chat.
4
5
## Tutorial 💻
6
7
-For use the bot, make sure to do this:
+To use the bot, make sure to do this:
8
9
```py
10
class Bot(commands.Bot):
@@ -32,9 +32,9 @@ bot = Bot()
32
bot.run()
33
```
34
35
-And now, you can run the script and you'll have message content and message's author !
+And now, you can run the script and you'll have messages content and messages's authors !
36
37
38
-## Wanna contact us ? 🤔
+## Wanna contact me ? 🤔
39
40
-If you wanna contact us, send mail at miyucode@gmail.com
+If you wanna contact me, send me an mail at miyucode@gmail.com
0 commit comments