Changes in Info Command and Small Changes in index

This commit is contained in:
Daniel Odendahl Jr
2017-04-20 15:01:47 +00:00
parent 121b789220
commit 3401ab5e22
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ module.exports = class InfoCommand extends Command {
.addField('Shards',
`${this.client.options.shardCount} (${this.client.shard.id})`, true)
.addField('Commands',
'109', true)
this.client.registry.commands.size, true)
.addField('Owner',
'dragonfire535#8081', true)
this.client.owners.map(o => o.tag).join(', '), true)
.addField('Source Code',
'[View Here](https://github.com/dragonfire535/xiaobot)', true)
.addField('Memory Usage',
+3 -2
View File
@@ -3,8 +3,9 @@ const request = require('superagent');
const path = require('path');
const client = new CommandoClient({
commandPrefix: 'x;',
owner: process.env.OWNER_ID,
disableEveryone: true
owner: '242699360352206850',
disableEveryone: true,
invite: 'https://discord.gg/fqQF8mc'
});
client.registry
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "31.0.0",
"version": "31.1.0",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {