mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 04:38:55 -05:00
[CogManagerUI] Resolve core path under bot._cog_mgr.CORE_PATH (#5142)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
parent
d9dd37b867
commit
abb0101420
@ -52,7 +52,7 @@ class CogManager:
|
||||
bot directory.
|
||||
"""
|
||||
|
||||
CORE_PATH = Path(redbot.cogs.__path__[0])
|
||||
CORE_PATH = Path(redbot.cogs.__path__[0]).resolve()
|
||||
|
||||
def __init__(self):
|
||||
self.config = Config.get_conf(self, 2938473984732, True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user