This commit is contained in:
Erik 2022-08-18 11:15:29 +03:00
parent 19dd164447
commit 1764884243
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ Unable to find an avatar with those arguments, try a different size or format.
[COMMAND_AVATAR_NOBANNER]
User doesn't have a banner.
// Remind command
[COMMAND_REMIND_HELP]
Create a reminder or manage your existing ones.
[COMMAND_REMIND_CONFIRM]
Will remind you about '{reminder}' in {time}

View File

@ -115,7 +115,7 @@ class ModerationManager {
expiration: args.expiration ? args.expiration?.value * 1000 : null,
reason: args.reason?.value,
duration: args.duration ? args.duration.value * 1000 : null,
data: info.data,
data: { ...info.data },
force,
silent
});