forked from Galactic/galactic-bot
bugfix
This commit is contained in:
parent
19dd164447
commit
1764884243
@ -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}
|
||||
|
||||
|
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user