Lifeismana
2021-05-26 17:32:37 +02:00
committed by GitHub
parent 631adc282f
commit c0f17c2155
+1 -1
View File
@@ -825,7 +825,7 @@ class Downloader(commands.Cog):
message += (
_("\nFailed to install requirements: ")
if len(failed_reqs) > 1
else _("\nFailed to install requirement: ")
else _("\nFailed to install the requirement: ")
) + humanize_list(tuple(map(inline, failed_reqs)))
await self.send_pagified(ctx, message)
return