From 1344a3016ca5f25a97a43ea9008540d617fed321 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 15:56:46 -0400 Subject: Added economy --- bot_discord.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot_discord.js') diff --git a/bot_discord.js b/bot_discord.js index 5db374a..a08a9ef 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -23,6 +23,7 @@ * SOFTWARE. ********************************/ const Discord = require('discord.js'); +const economy = require('discord-eco'); const client = new Discord.Client(); const abVersion = '2.4.0 Beta'; const prefix = 'abb:'; -- cgit v1.2.3