mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
22.0.0
This commit is contained in:
@@ -4,6 +4,7 @@ const Database = require('./PostgreSQL');
|
||||
class CommandoClient extends Client {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
|
||||
this.database = Database.db;
|
||||
|
||||
Database.start();
|
||||
|
||||
Reference in New Issue
Block a user