roleme: fix undefined in list
This commit is contained in:
parent
ef344d7aad
commit
3c2a5375bf
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ roleme.callback = async function (msg, line, args) {
|
||||||
embeds: [
|
embeds: [
|
||||||
{
|
{
|
||||||
title: "Assignable Roles",
|
title: "Assignable Roles",
|
||||||
description: roles.map((r) => `<@&${r.id}>`).join("\n"),
|
description: roles.map((r) => `<@&${r}>`).join("\n"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue