clyde.js

1.0.8 • Public • Published

Clyde.js

Clyde.js Discord Bot Wrapper

npm (scoped) npm bundle size (minified)

NPM info

Installation

npm i clyde.js

Usage

const bot = require('clyde.js')

bot.on('<YOUR_BOT_TOKEN>')

Customize

You Can Customize The Prefix Settings.

const bot = require('clyde.js')

bot.on('<YOUR_BOT_TOKEN> <PREFIX>')

Example

Here's Some Example

const bot = require('clyde.js')
const token = YOUR_BOT_TOKEN
const prefix = "!"
bot.on(token + " " + prefix)
bot.finance() // Load Functions
bot.miscellaneous()  // Load Functions

Customize Functions

Financial

bot.finance()

miscellaneous

bot.miscellaneous()

Commands

  • Get Finance

    • get <STOCK_QUOTE>
    • getnspa <STOCK_QUOTE>
    • getfinancial <STOCK_QUOTE>
    • getcompany <STOCK_QUOTE>
  • Miscellaneous OPTIONAL

    • Help
    • ping
    • uptime

Author

Links


Need Help ?

Join finance.js Discord Community Now

Package Sidebar

Install

npm i clyde.js

Weekly Downloads

1

Version

1.0.8

License

Apache-2.0

Unpacked Size

22 kB

Total Files

6

Last publish

Collaborators

  • joeleeofficial