From 09dd6751900629af089a954762b6a630e62bbbd2 Mon Sep 17 00:00:00 2001 From: austinv11 Date: Sun, 17 Apr 2016 15:46:56 -0400 Subject: [PATCH] Added Panda's tutorial to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 803f1bf64..5a6156d5d 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ dependencies { ``` ## So, how do I use this? ### Tutorials/Resources +* The [Discord4J Tutorial Series](http://blog.darichey.com/) maintained by @Panda * The [Discord4J Read The Docs](https://discord4j.readthedocs.org/en/latest/index.html) maintained by @TheFjong. -* A Discord Bot [quick start example](https://gist.github.com/iabarca/a32fa8f3a57f98aee9dc9e935f851e72) maintined by @iabarca +* A Discord Bot [quick start example](https://gist.github.com/iabarca/a32fa8f3a57f98aee9dc9e935f851e72) maintined by @quantic * A simple [Discord4J module example](https://github.com/Martacus/Simplecommands/tree/master) by @Martacus ### Starting with the API