This commit is contained in:
Jonny_Bro (Nikita) 2023-10-17 16:55:12 +05:00
parent 01f64d474c
commit 8ba0e62308

View file

@ -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 });
}
}