Skip to content

Velen Utils

Mihou edited this page Jun 30, 2021 · 3 revisions

🧰 Velen Utils

This is a utility class of Velen which you can use as you like to retrieve user mentions, role mentions, channel mentions in their proper order. Here are all the methods of the utility class:

Collection<Long> : VelenUtils.getOrderedUserMentions(String message);
Collection<Long> : VelenUtils.getOrderedChannelMentions(String message);
Collection<Long> : VelenUtils.getOrderedRoleMentions(String message);