dcord
v1.0.3
Published
A finance.io Discord Bot Wrapper
Downloads
16
Maintainers
Readme
Dcord
A Finance.io Discord Bot Wrapper
Installation
npm i dcord
Usage
const bot = require('dcord')
bot.on('<YOUR_BOT_TOKEN>')
Customize
You Can Customize The Prefix Settings.
const bot = require('dcord')
bot.on('<YOUR_BOT_TOKEN> <PREFIX>')
Example
Here's Some Example
const bot = require('dcord')
const token = YOUR_BOT_TOKEN
const prefix = "!"
bot.on(token + " " + prefix)
Commands
- Get Finance
- get <STOCK_QUOTE>
- getnspa <STOCK_QUOTE>
- getfinancial <STOCK_QUOTE>
- getcompany <STOCK_QUOTE>