Skip to main content

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cog-reloader-0.0.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cog_reloader-0.0.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file cog-reloader-0.0.2.tar.gz.

File metadata

  • Download URL: cog-reloader-0.0.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for cog-reloader-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0fae42cb3508090bad2e1a3fbd8ea82337e43dc82c82f94f804e753574ac1b8c
MD5 656dcfd478c827c506126eeb7fc08a7b
BLAKE2b-256 da31c976722d6a1faf44f4f37b15c0e307e719140720614b228d6bd6882aa4bf

See more details on using hashes here.

File details

Details for the file cog_reloader-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: cog_reloader-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for cog_reloader-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 202d4c024f2f11a6fa29c75de4aa2f73bf2264f6bcf06a31a4064e51a8555202
MD5 6861138a65729566e94cea894ae5fad9
BLAKE2b-256 b87c52b6813ce63fe28eac62c884f0a52a82d8bf89bea30479600fad46072c7c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page