8000 GitHub - iforgore/dcord: A Finance.io Discord Bot Wrapper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iforgore/dcord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

Inst 7A72 allation

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

About

A Finance.io Discord Bot Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0