From dd7ece36a2f49a8bc628a1c2ae33184bd91e2e20 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 23 Mar 2018 20:32:13 +0000 Subject: [PATCH] Too much work --- assets/json/cards-against-humanity.json | 2 +- commands/util/donate.js | 2 +- commands/util/info.js | 2 +- package.json | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/json/cards-against-humanity.json b/assets/json/cards-against-humanity.json index 29ee4ef6..5623b035 100644 --- a/assets/json/cards-against-humanity.json +++ b/assets/json/cards-against-humanity.json @@ -3218,7 +3218,7 @@ "An icy handjob from an Edmonton hooker.", "eat pant.", "", - "littlelimedragon.", + "dragonfire535.", "Xiao.", "Xiao's public source code.", "Discord." diff --git a/commands/util/donate.js b/commands/util/donate.js index a2f87a0d..34dcdf63 100644 --- a/commands/util/donate.js +++ b/commands/util/donate.js @@ -16,7 +16,7 @@ module.exports = class DonateCommand extends Command { run(msg) { return msg.say(stripIndents` Contribute to XiaoBot development! - + `); } diff --git a/commands/util/info.js b/commands/util/info.js index efe88487..134517cd 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -19,7 +19,7 @@ module.exports = class InfoCommand extends Command { run(msg) { const embed = new MessageEmbed() .setColor(0x00AE86) - .setFooter('©2017-2018 littlelimedragon#8081') + .setFooter('©2017-2018 dragonfire535#8081') .addField('❯ Servers', this.client.guilds.size, true) .addField('❯ Shards', diff --git a/package.json b/package.json index bea92874..73a81d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "70.1.0", + "version": "70.1.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/littlelimedragon/xiao.git" + "url": "git+https://github.com/dragonfire535/xiao.git" }, "keywords": [ "bot", @@ -21,12 +21,12 @@ "discord-js", "discord-js-commando" ], - "author": "littlelimedragon ", + "author": "dragonfire535 ", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/littlelimedragon/xiao/issues" + "url": "https://github.com/dragonfire535/xiao/issues" }, - "homepage": "https://github.com/littlelimedragon/xiao#readme", + "homepage": "https://github.com/dragonfire535/xiao#readme", "engines": { "node": ">=8.0.0" },