nyx

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

commit 411c084d46a0ccbfbaeac4b561fb1a061a7c7d25
parent e7f4d3ff59b1792a0c896b22f73d10a1f5ba85b0
Author: hcs1219 <[email protected]>
Date:   Mon, 22 May 2023 02:08:27 +0800

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) );