Merge branch 'master' of github.com:Dragory/ZeppelinBot

This commit is contained in:
Dragory 2020-01-22 01:27:48 +02:00
commit 401eb21b3e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -188,7 +188,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
template &&
(await renderTemplate(template, {
guildName: this.guild.name,
reason: reason || reason === "" ? "None" : reason,
reason: reason || "None",
time: timeUntilUnmute,
}));