mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Fix grammar mistake by changing "to large" to "too large" (#2646)
This commit is contained in:
parent
516ebcfa2b
commit
d1c903f36f
@ -1236,7 +1236,7 @@ class Core(commands.Cog, CoreLogic):
|
|||||||
_("A backup has been made of this instance. It is at {}.").format(backup_file)
|
_("A backup has been made of this instance. It is at {}.").format(backup_file)
|
||||||
)
|
)
|
||||||
if backup_file.stat().st_size > 8_000_000:
|
if backup_file.stat().st_size > 8_000_000:
|
||||||
await ctx.send(_("This backup is to large to send via DM."))
|
await ctx.send(_("This backup is too large to send via DM."))
|
||||||
return
|
return
|
||||||
await ctx.send(_("Would you like to receive a copy via DM? (y/n)"))
|
await ctx.send(_("Would you like to receive a copy via DM? (y/n)"))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user