userinfo: uninline roles
This commit is contained in:
parent
8dd9cde7d7
commit
147ea8997a
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ userinfo.callback = async function (msg, line) {
|
||||||
.sort((a, b) => guild.roles.get(b).position - guild.roles.get(a).position)
|
.sort((a, b) => guild.roles.get(b).position - guild.roles.get(a).position)
|
||||||
.map((role) => `<@&${role}>`)
|
.map((role) => `<@&${role}>`)
|
||||||
.join(", "),
|
.join(", "),
|
||||||
inline: true,
|
inline: false,
|
||||||
},
|
},
|
||||||
shared.length > 0 && {
|
shared.length > 0 && {
|
||||||
name: "Bot Mutual Servers",
|
name: "Bot Mutual Servers",
|
||||||
|
|
Loading…
Reference in a new issue