cog-reloader 0.0.2

Creator: bigcodingguy24

Last updated:

0 purchases

cog-reloader 0.0.2 Image
cog-reloader 0.0.2 Images
Add to Cart

Description:

cogreloader 0.0.2

Cog reloader
Make reloading cogs easy while editing. Compitable with nextcord and discord.py
Warning

Don't load this while bot is in production, Load only in development environment.
This will not reload files that are not cog.

Installation
pip install cog-reloader
Usage
from discord.ext import commands

bot = commands.Bot(command_prefix='/')

@bot.event
async def on_ready():
print(f'We have logged in as {bot.user}')

bot.load_extension('cog_reloader') # make sure its an `_` not `-`

TOKEN = 'TOKEN_HERE'
bot.run(TOKEN)

Join Discord For any kind of help

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.

Related Products

More From This Creator