userinfo: just use spaces for roles as before
This commit is contained in:
parent
02d0e13a2e
commit
90d0badc66
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ userinfo.callback = async function (msg, line) {
|
|||
value: member.roles
|
||||
.sort((a, b) => guild.roles.get(b).position - guild.roles.get(a).position)
|
||||
.map((role) => `<@&${role}>`)
|
||||
.join("\u2004"),
|
||||
.join(" "),
|
||||
inline: false,
|
||||
},
|
||||
images.length > 0 && {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue