mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[V3] Fix typo in load (#1814)
This commit is contained in:
parent
b7c9647e1a
commit
7d4946560d
@ -513,7 +513,7 @@ class Core(CoreLogic):
|
||||
"Failed to load package{plural} {packs}. Check your console or "
|
||||
"logs for details."
|
||||
)
|
||||
formed = self.get_package_strings(failed, fmt)
|
||||
formed = self._get_package_strings(failed, fmt)
|
||||
await ctx.send(formed)
|
||||
|
||||
if not_found:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user