mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Mod] Fix KeyError in modset (#2208)
This commit is contained in:
parent
46c38a28eb
commit
9e13ca45e6
@ -193,7 +193,7 @@ class Mod(commands.Cog):
|
||||
yes_or_no=_("Yes") if respect_hierarchy else _("No")
|
||||
)
|
||||
msg += _("Delete delay: {num_seconds}\n").format(
|
||||
num_seconds=_("{num} seconds").format(delete_delay)
|
||||
num_seconds=_("{num} seconds").format(num=delete_delay)
|
||||
if delete_delay != -1
|
||||
else _("None")
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user