mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Plurality matters (use correct variable name) (#4542)
This commit is contained in:
parent
0156ce132c
commit
b30a8b86a4
@ -370,7 +370,7 @@ class Mutes(VoiceMutes, commands.Cog, metaclass=CompositeMetaClass):
|
||||
if reason not in reasons:
|
||||
reasons[reason] = [channel]
|
||||
else:
|
||||
reason[reason].append(channel)
|
||||
reasons[reason].append(channel)
|
||||
error_msg = _("{member} could not be unmuted for the following reasons:\n").format(
|
||||
member=member
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user