Add some examples

This commit is contained in:
Rapptz
2015-08-21 18:24:04 -04:00
parent 3e0f09d32c
commit a90e804192
3 changed files with 36 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ def on_ready():
client.run()
```
You can find examples in the examples directory.
## Requirements
- Python 2.7+ or Python 3.3+.