Socket
Socket
Sign inDemoInstall

dcord

Package Overview
Dependencies
140
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dcord

A finance.io Discord Bot Wrapper


Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Install size
6.64 MB
Created
Weekly downloads
 

Readme

Source

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


License

[Apache 2.0]

Need Help ?

Join finance.js Discord Community Now

Keywords

FAQs

Last updated on 07 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc