Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2 KB

README.md

File metadata and controls

96 lines (54 loc) · 2 KB

Dcord

A Finance.io Discord Bot Wrapper

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

NPM info

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