nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 60e761a8e204f2a77093c224cecb071d69381c27
parent e7f4d3ff59b1792a0c896b22f73d10a1f5ba85b0
Author: Night <[email protected]>
Date:   Sun, 21 May 2023 22:21:37 +0100

Merge pull request #100 from hcs1219/patch-2

Update userinfo.js
Diffstat:
Mcommand/Information/userinfo.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/command/Information/userinfo.js b/command/Information/userinfo.js @@ -33,8 +33,7 @@ module.exports = { const roles = member.roles.cache .filter(r => r.id != interaction.guild.id) .sort((a, b) => b.position - a.position) - .map(role => role.toString()) - .slice(0, -1); + .map(role => role.toString()); const createDateFormatted = utils.parseDate( new Date(member.user.createdAt) );