Too much work

This commit is contained in:
Daniel Odendahl Jr
2018-03-23 20:32:13 +00:00
parent df8e33e128
commit dd7ece36a2
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3218,7 +3218,7 @@
"An icy handjob from an Edmonton hooker.", "An icy handjob from an Edmonton hooker.",
"eat pant.", "eat pant.",
"<Blank>", "<Blank>",
"littlelimedragon.", "dragonfire535.",
"Xiao.", "Xiao.",
"Xiao's public source code.", "Xiao's public source code.",
"Discord." "Discord."
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class DonateCommand extends Command {
run(msg) { run(msg) {
return msg.say(stripIndents` return msg.say(stripIndents`
Contribute to XiaoBot development! Contribute to XiaoBot development!
<https://www.patreon.com/littlelimedragon> <https://www.patreon.com/dragonfire535>
<https://paypal.me/dragonfire535> <https://paypal.me/dragonfire535>
`); `);
} }
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = class InfoCommand extends Command {
run(msg) { run(msg) {
const embed = new MessageEmbed() const embed = new MessageEmbed()
.setColor(0x00AE86) .setColor(0x00AE86)
.setFooter('©2017-2018 littlelimedragon#8081') .setFooter('©2017-2018 dragonfire535#8081')
.addField(' Servers', .addField(' Servers',
this.client.guilds.size, true) this.client.guilds.size, true)
.addField(' Shards', .addField(' Shards',
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "70.1.0", "version": "70.1.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {
@@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/littlelimedragon/xiao.git" "url": "git+https://github.com/dragonfire535/xiao.git"
}, },
"keywords": [ "keywords": [
"bot", "bot",
@@ -21,12 +21,12 @@
"discord-js", "discord-js",
"discord-js-commando" "discord-js-commando"
], ],
"author": "littlelimedragon <danielbodendahl@gmail.com>", "author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "GPL-3.0", "license": "GPL-3.0",
"bugs": { "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": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
}, },