diff options
| author | Rapptz <[email protected]> | 2015-08-21 18:24:04 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-21 18:24:04 -0400 |
| commit | a90e804192f18c55e0ebdf28238eecced557bcb8 (patch) | |
| tree | 192842f6d09e5852ec3424ddfbacce6442593511 /README.md | |
| parent | Initial commit (diff) | |
| download | discord.py-a90e804192f18c55e0ebdf28238eecced557bcb8.tar.xz discord.py-a90e804192f18c55e0ebdf28238eecced557bcb8.zip | |
Add some examples
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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+. |