aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-08-21 18:24:04 -0400
committerRapptz <[email protected]>2015-08-21 18:24:04 -0400
commita90e804192f18c55e0ebdf28238eecced557bcb8 (patch)
tree192842f6d09e5852ec3424ddfbacce6442593511 /README.md
parentInitial commit (diff)
downloaddiscord.py-a90e804192f18c55e0ebdf28238eecced557bcb8.tar.xz
discord.py-a90e804192f18c55e0ebdf28238eecced557bcb8.zip
Add some examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 890d2401..4ec3cdb5 100644
--- a/README.md
+++ b/README.md
@@ -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+.