1.0.3 • Published 3 years ago

dcord v1.0.3

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
3 years ago

Dcord

A Finance.io Discord Bot Wrapper

npm (scoped) npm bundle size (minified) run on repl.it Release_Note

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>

Author

Links


License

Apache 2.0


Need Help ?

Join finance.js Discord Community Now