fix(hotreload): only add dest_package_name
to the cogs_to_reload
list if dest_package_name != src_package_name
This commit is contained in:
parent
01466378c4
commit
75749d93b1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class HotReload(commands.Cog):
|
|||
|
||||
__author__ = ["[cswimr](https://www.coastalcommits.com/cswimr)"]
|
||||
__git__ = "https://www.coastalcommits.com/cswimr/SeaCogs"
|
||||
__version__ = "1.1.0"
|
||||
__version__ = "1.1.1"
|
||||
__documentation__ = "https://seacogs.coastalcommits.com/hotreload/"
|
||||
|
||||
def __init__(self, bot: Red) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue