mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[V3] Fix typo in load (#1814)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user