Manage your Ryuuzaki Ryuusei plugins with ease!
Simply run the following command in your terminal:
pip install git+https://github.com/ryuuRyuusei/rypm.gitTo 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 initTo 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>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>To update all plugins, simply run the following command:
rypm updateOr, if you want to update all plugins from the bot, you can run the following
/plugin update