1.0.8 • Published 3 years ago

clyde.js v1.0.8

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
3 years ago

Clyde.js

Clyde.js Discord Bot Wrapper

npm (scoped) npm bundle size (minified)

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago