diff options
| author | Alee <alee14498@gmail.com> | 2018-06-23 18:18:56 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-23 18:18:56 -0400 |
| commit | 677fd30db28bd21a72ede46e847c48505c4a9ff8 (patch) | |
| tree | f8819a6d735f369ff06c59dec711743804db046a /bot_discord.js | |
| parent | ca44ee2b1c54f71757179814ef2f548e7057af5b (diff) | |
| download | AleeBot-677fd30db28bd21a72ede46e847c48505c4a9ff8.tar.gz AleeBot-677fd30db28bd21a72ede46e847c48505c4a9ff8.tar.bz2 AleeBot-677fd30db28bd21a72ede46e847c48505c4a9ff8.zip | |
Added back the economy feature (it's broken for now)
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 87d9b95..785627b 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -27,6 +27,7 @@ const client = new Discord.Client({ });
const settings = require('./storage/settings.json')
const fs = require('fs');
+const db = require('quick.db');
const api = require('./tokens.json');
const dbl = new DBL(api.dbltoken, client);
|
