mirror of
https://github.com/danbulant/Shasha
synced 2026-06-17 13:21:09 +00:00
semi-colon
This commit is contained in:
parent
dd51b3df13
commit
f2facaa1cb
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ module.exports = class mute extends commando.Command {
|
|||
|
||||
emb.addField("Muted", mutedStr || "`[NONE]`")
|
||||
.addField("At", defaultDateFormat(duration.invoked), true)
|
||||
.addField("Until", duration.until ? defaultDateFormat(duration.until) : "Never", true)
|
||||
.addField("Until", duration.until ? defaultDateFormat(duration.until) : "Never", true);
|
||||
}
|
||||
emb.addField("For", duration.duration?.strings.join(" ") || "Indefinite");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue