mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Move Things Around
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
const { CommandoClient } = require('discord.js-commando');
|
||||
const { carbon, discordBots } = require('./poststats');
|
||||
const path = require('path');
|
||||
const client = new CommandoClient({
|
||||
commandPrefix: 'x;',
|
||||
owner: '242699360352206850',
|
||||
disableEveryone: true,
|
||||
invite: 'https://discord.gg/fqQF8mc'
|
||||
});
|
||||
const path = require('path');
|
||||
const { carbon, discordBots } = require('./structures/Stats');
|
||||
const SequelizeProvider = require('./providers/Sequelize');
|
||||
const Database = require('./structures/PostgreSQL');
|
||||
const database = new Database();
|
||||
|
||||
Reference in New Issue
Block a user