From d85e13bc036cdcb053b97d4d7c78b050322ec503 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 25 Apr 2017 11:38:22 +0000 Subject: [PATCH] Add Discord Server Link to README --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c3de61..aa5ed3bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # XiaoBot +
+
+

+ Discord Server +

+
Public Source Code for the Discord Bot XiaoBot, a Discord bot coded in JavaScript with [discord.js](https://discord.js.org/#/) using the [Commando](https://github.com/Gawdl3y/discord.js-commando) command framework. ## Info diff --git a/package.json b/package.json index 0ef67659..4ecdf4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "32.0.0", + "version": "32.0.1", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {