[V3] Fix typo in load (#1814)

This commit is contained in:
Will 2018-06-08 10:56:03 -04:00 committed by GitHub
parent b7c9647e1a
commit 7d4946560d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,7 +513,7 @@ class Core(CoreLogic):
"Failed to load package{plural} {packs}. Check your console or " "Failed to load package{plural} {packs}. Check your console or "
"logs for details." "logs for details."
) )
formed = self.get_package_strings(failed, fmt) formed = self._get_package_strings(failed, fmt)
await ctx.send(formed) await ctx.send(formed)
if not_found: if not_found: