mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 23:32:12 +02:00
Back to private :)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
const { CommandoClient } = require('discord.js-commando');
|
||||
const Database = require('../structures/PostgreSQL');
|
||||
|
||||
class XiaoClient extends CommandoClient {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
this.database = Database.db;
|
||||
|
||||
Database.start();
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = XiaoClient;
|
||||
Reference in New Issue
Block a user