mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Cleverbot Create Thing
This commit is contained in:
@@ -7,7 +7,13 @@ const client = new CommandoClient({
|
||||
unknownCommandResponse: false
|
||||
});
|
||||
const path = require('path');
|
||||
|
||||
const { carbon, discordBots } = require('./structures/Stats');
|
||||
|
||||
const Cleverbot = require('./structures/Cleverbot');
|
||||
const clevs = new Cleverbot();
|
||||
clevs.create();
|
||||
|
||||
const SequelizeProvider = require('./providers/Sequelize');
|
||||
const Database = require('./structures/PostgreSQL');
|
||||
const database = new Database();
|
||||
|
||||
Reference in New Issue
Block a user