add strings for userinfo command

This commit is contained in:
Lio Young 2021-07-08 13:49:24 +02:00
parent 4b66e6eb6e
commit f7702694fb
1 changed files with 15 additions and 1 deletions

View File

@ -22,7 +22,21 @@ export default {
COUNTRY: "No Country code was given"
}
},
USER_INFO: {
INFO_ON: "Info on USER",
STATUS: "Status | STATE",
ROLES: "Roles [AMOUNT]",
USERNAME: "Username",
USERID: "User ID",
CREATED_DATE: "Created",
JOINED_AT: "Joined",
STATES: {
ONLINE: "Online",
DND: "Do not Disturb",
IDLE: "Idle",
OFFLINE: "Offline"
}
},
NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to search for.",
NOT_ENOUGH_TAGS: `Not Enough Tags`,
RP_REQUIRE_MENTION: `You need to mention another user.`,