mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
raaaaaar
This commit is contained in:
parent
01f64d474c
commit
8ba0e62308
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Remindme extends BaseCommand {
|
|||
|
||||
interaction.success("general/remindme:SAVED", {
|
||||
message,
|
||||
time: moment(rData.sendAt).locale(data?.guildData.language || "en-US").format("dddd, Do MMMM YYYY, HH:mm:ss"),
|
||||
time: moment(rData.sendAt).locale(data?.guildData?.language || "en-US").format("dddd, Do MMMM YYYY, HH:mm:ss"),
|
||||
}, { edit: true });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue