We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a511 commit 19b1e89Copy full SHA for 19b1e89
1 file changed
README.md
@@ -43,3 +43,8 @@ modules_help["example"] = {
43
# module_name command_name └─ optional command arguments
44
# (only snake_case) (only snake_case too)
45
```
46
+
47
+# NOTES
48
49
+- Prefer using `aiohttp` instead of `requests`
50
+- Use `asyncio.sleep()` instead of `time.sleep()`
0 commit comments