Create A Currency System Using Sqlite3
Discord-Currency
Installation
$ npm i discord-currency
Configuration
Create a file, paste this code, and run the file.
var currency = require('discord-currency');
currency.CONFIG('YOUR-BOT'S-TOKEN', 'YOUR-BOT'S-PREFIX', 'EMBED-HEX-COLOR(ADD 0x AT THE START');
Usage
Starting Currency App
var currency = require('discord-currency');
currency.Start();
Getting All The Commands For The App:
var currency = require('discord-currency');
currency.GET_COMMANDS();