diff --git a/index.js b/index.js index b58aa86b..3d47fd13 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const { TOKEN, OWNER, PREFIX, INVITE, CLEVS_KEY, CLEVS_USER } = process.env; +const { TOKEN, OWNER, PREFIX, INVITE, CLEVS_KEY, CLEVS_USER, CLEVS_NICK } = process.env; const { CommandoClient } = require('discord.js-commando'); const client = new CommandoClient({ @@ -20,7 +20,7 @@ const Cleverbot = require('./structures/Cleverbot'); const clevs = new Cleverbot({ key: CLEVS_KEY, user: CLEVS_USER, - nick: 'XiaoBot' + nick: CLEVS_NICK }); clevs.create(); diff --git a/package.json b/package.json index 1ba38fed..ea08fa32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "18.9.4", + "version": "18.9.5", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {