1.1.3 ā€¢ Published 12 months ago

@roboplay/plugin-gpt v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

šŸš€ @roboplay/plugin-gpt

Welcome to @roboplay/plugin-gpt! 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 @roboplay/plugin-gpt

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 roboplayPluginGpt = [
	'@roboplay/plugin-gpt',
	{
		// ... optional customization options
	}
]

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

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! šŸš€

1.1.1

1 year ago

1.1.3

12 months ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago