coghotswap

Allow hot reloading of extensions for Pycord a fork of discord.py


Keywords
discord, development, hotswap
License
MIT
Install
pip install coghotswap==0.0.2

Documentation

CogHotSwap

Work in progress

You ever wish that your discord bot cogs would just reload by themselves? Well now you can, by adding just one line of code to your bot we will automate the reloading of all your cogs, and hopefully give you feed back (Coming Soon Feature).

This project was built for Pycord a fork of Discord.py


Installation

git clone https://github.com/TropicalShadow/CogHotSwap
cd CogHotSwap
python -m pip install -U .

or if you have git, add this to your requirements.txt

git+https://github.com/TropicalShadow/CogHotSwap

Coming Soon Features

  • List of unloaded cogs that can be loaded or have errored
  • Enhance the reloading of the files

Examples here

from discord.ext.commands import Bot
from coghotswap import Watcher

bot = Bot("!")
Watcher(bot, path="cogs")

bot.run("token")

Need Support?

Contact me on discord RealName_123#2570