Class Verify
java.lang.Object
io.github.yusufsdiscordbot.yusufsdiscordcore.bot.core.util.Verify
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidisInVc(@NotNull YMember member, @NotNull YReplyCallback callback) static voidisInVc(@NotNull net.dv8tion.jda.api.entities.Member member, @NotNull YReplyCallback callback) static voidisInVc(@NotNull net.dv8tion.jda.api.entities.Member member, @NotNull net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback) static voidisNotInVc(@NotNull YMember member, @NotNull YReplyCallback callback) static voidisNotInVc(@NotNull net.dv8tion.jda.api.entities.Member member, @NotNull YReplyCallback callback) static voidisNotInVc(@NotNull net.dv8tion.jda.api.entities.Member member, @NotNull net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback)
-
Method Details
-
isInVc
public static void isInVc(@NotNull @NotNull YMember member, @NotNull @NotNull YReplyCallback callback) -
isInVc
public static void isInVc(@NotNull @NotNull net.dv8tion.jda.api.entities.Member member, @NotNull @NotNull YReplyCallback callback) -
isInVc
public static void isInVc(@NotNull @NotNull net.dv8tion.jda.api.entities.Member member, @NotNull @NotNull net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback) -
isNotInVc
public static void isNotInVc(@NotNull @NotNull YMember member, @NotNull @NotNull YReplyCallback callback) -
isNotInVc
public static void isNotInVc(@NotNull @NotNull net.dv8tion.jda.api.entities.Member member, @NotNull @NotNull YReplyCallback callback) -
isNotInVc
public static void isNotInVc(@NotNull @NotNull net.dv8tion.jda.api.entities.Member member, @NotNull @NotNull net.dv8tion.jda.api.interactions.callbacks.IReplyCallback callback)
-