We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1151f91 commit 6ce87e0Copy full SHA for 6ce87e0
src/commands/moderation/UserInfo.ts
@@ -121,7 +121,7 @@ export class UserInfoCommand extends Command {
121
? "Yes"
122
: "No",
123
"Level/XP",
124
- `Level: ${dbUser.level}\nExp: ${dbUser.experience}`,
+ `${dbUser.level}/${dbUser.experience}`,
125
],
126
{
127
author: { name: getDisplayTag(member), icon_url: user.displayAvatarURL() },
0 commit comments