aboutsummaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-05-27 18:14:42 -0400
committerAlee <alee14498@gmail.com>2018-05-27 18:14:42 -0400
commit39e713d2da5091aa1e0867a5911462d91c16c4cf (patch)
treed3aa28f1c48267a3d17ad92ecae8d03a8d2f76d8 /bot_discord.js
parent7d1cb659df49b9b447a161f67b1c059fb2dcd6b0 (diff)
downloadAleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.tar.gz
AleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.tar.bz2
AleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.zip
Removed economy features
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js
index a926469..3802246 100644
--- a/bot_discord.js
+++ b/bot_discord.js
@@ -18,7 +18,6 @@
*
* *************************************/
const Discord = require('discord.js');
-const economy = require('discord-eco');
const moment = require('moment');
const readline = require('readline');
const DBL = require("dblapi.js");