Cleverbot Create Thing

This commit is contained in:
Daniel Odendahl Jr
2017-05-06 05:40:52 +00:00
parent 9ec6e16855
commit e911865866
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -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();