Skip to content

Plug-in Manager for Ryuuzaki Ryuusei v1.0.0 and above

License

Notifications You must be signed in to change notification settings

ryuuRyuusei/rypm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rypm - Ryuuzaki Ryuusei Plugin Manager

Manage your Ryuuzaki Ryuusei plugins with ease!

Installation

Simply run the following command in your terminal:

pip install git+https://github.com/ryuuRyuusei/rypm.git

Usage

Add plugin manager cog to your bot

To add the plugin manager cog to your bot instance so you can manage your plugins from the bot remotely, simply run the following command:

rypm init

Installing a plugin

To install a plugin, simply run the following command:

rypm install <git url>

Currently, only GitHub repositories are supported, as rypm uses raw GitHub links to download the plugins.

Or, if you want to install a plugin from the bot, you can run the following command:

/plugin install url:<git url>

Uninstalling a plugin

To uninstall a plugin, simply run the following command:

rypm uninstall <plugin name>

Or, if you want to uninstall a plugin from the bot, you can run the following

/plugin uninstall name:<plugin name>

Updating plugins

To update all plugins, simply run the following command:

rypm update

Or, if you want to update all plugins from the bot, you can run the following

/plugin update

About

Plug-in Manager for Ryuuzaki Ryuusei v1.0.0 and above

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages