mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
dsad
This commit is contained in:
parent
8ba0e62308
commit
101b3e86c6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports.init = function (client) {
|
||||||
})
|
})
|
||||||
.setDescription(
|
.setDescription(
|
||||||
client.translate("general/remindme:CREATED", {
|
client.translate("general/remindme:CREATED", {
|
||||||
time: moment(r.createdAt).locale(client.defaultLanguage).format("dddd, Do MMMM YYYY, HH:mm:ss"),
|
time: moment(r.createdAt).tz("Europe/Moscow").locale(client.defaultLanguage).format("dddd, Do MMMM YYYY, HH:mm:ss"),
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.addFields([
|
.addFields([
|
||||||
|
|
Loading…
Reference in a new issue