mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 15:19:14 +02:00
Changes in Info Command and Small Changes in index
This commit is contained in:
@@ -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,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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "31.0.0",
|
||||
"version": "31.1.0",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user