From b2111317bc42fcaf5c7985e565a8590873b98d2c Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Fri, 22 Apr 2016 10:58:58 -0500 Subject: [PATCH] Added README for examples folder --- examples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..c0f621b --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ + +DiscordGo Examples +==== + +All sub-folders of this path contain various examples that demonstrate +how to use DiscordGo for various tasks. + +Please explore the individual folders and give them a try!