diff options
| author | Alee <alee14498@gmail.com> | 2018-03-25 15:56:46 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-25 15:56:46 -0400 |
| commit | 1344a3016ca5f25a97a43ea9008540d617fed321 (patch) | |
| tree | c1aa909f2957d2c60f71de621c62c8ac689b83f8 /bot_discord.js | |
| parent | 0049a9acc0845f2071e8eb07aae48366fce474e0 (diff) | |
| download | AleeBot-1344a3016ca5f25a97a43ea9008540d617fed321.tar.gz AleeBot-1344a3016ca5f25a97a43ea9008540d617fed321.tar.bz2 AleeBot-1344a3016ca5f25a97a43ea9008540d617fed321.zip | |
Added economy
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
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:';
|
