mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
edited member helper to notify only 25 members are supported currently in list
This commit is contained in:
@@ -377,7 +377,7 @@ mh.getAllMembersInfo = async function(authorId, authorName) {
|
||||
inline: true,
|
||||
}));
|
||||
return new EmbedBuilder()
|
||||
.setTitle(`Members for ${authorName}`)
|
||||
.setTitle(`${fields > 25 ? "First 25 m" : "M"}embers for ${authorName}`)
|
||||
.addFields(...fields);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user