Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

usdmentionedrolescount.md

File metadata and controls

20 lines (14 loc) · 377 Bytes
description
Returns amount of mentioned roles in the command's message.

$mentionedRolesCount

With this function you can check how many channel mentions in the command's message are.

Raw usage: $mentionedRolesCount

Example Command:

bot.command({
name: "rolementions",
code: `
You have $mentionedRolesCount role mentions in your message.`
});