User command now uses localised timestamps (language, format, timezone) based on the Discord client language of the user viewing the message containing the timestamp
fixed issue where running the user command on a user who has a custom status resulted in an error due to CUSTOM_STATUS being renamed to CUSTOM (when checking the value of member.presence?.activities[0])
removed the ellipsis from the user.roles.more string
Changes include:
User command now uses localised timestamps (language, format, timezone) based on the Discord client language of the user viewing the message containing the timestamp
fixed issue where running the user command on a user who has a custom status resulted in an error due to
CUSTOM_STATUS
being renamed toCUSTOM
(when checking the value ofmember.presence?.activities[0]
)removed the ellipsis from the
user.roles.more
stringupdated dependencies