Skip to content

financejs/dcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published