crypto-news

1.0.1 • Public • Published

🚀 crypto-news

Welcome to crypto-news! This plugin is designed to seamlessly integrate with your existing Robo.js project and provide new features and enhancements to your robo. The best part? Everything automatically works once you install this plugin!

👩‍💻 Are you the plugin developer? Check out the Development Guide for instructions on how to develop, build, and publish this plugin.

Installation 💻

To install this plugin, navigate to your Robo project's directory and run the following command:

npm install crypto-news

Next, add the plugin to your Robo's configuration file, typically located at .config/robo.mjs. Add the following lines:

/**
 * @type {import('@roboplay/robo.js').Plugin}
 **/
const cryptoNewsPlugin = [
	'crypto-news',
	{
		// ... optional customization options
	}
]

/**
 * @type {import('@roboplay/robo.js').Config}
 **/
export default {
	// ... rest of your configuration
	plugins: [cryptoNewsPlugin]
}

That's it! Your Robo now has access to the additional features provided by this plugin. The plugin's commands and events are automatically linked, and if your Robo requires any additional bot permissions, they will be inherited when running robo invite to generate an invite link.

Enjoy your enhanced Robo! 🚀

/crypto-news/

    Package Sidebar

    Install

    npm i crypto-news

    Weekly Downloads

    2

    Version

    1.0.1

    License

    none

    Unpacked Size

    17.9 kB

    Total Files

    15

    Last publish

    Collaborators

    • mouiz