MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / usersMention

Function usersMention

src/utils/string.utils.ts:63–65  ·  view source on GitHub ↗
(users: { userId: Snowflake }[])

Source from the content-addressed store, hash-verified

61}
62
63export function usersMention(users: { userId: Snowflake }[]) {
64 return users.map(user => userMention(user.userId)).join(", ");
65}
66
67export function mentionablesMention(mentionables: { isRole: boolean, subjectId: Snowflake }[]) {
68 return mentionables.map(mentionable => mentionableMention(mentionable)).join(", ");

Callers 3

members_addMethod · 0.90
members_setMethod · 0.90
members_deleteMethod · 0.90

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected