All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.jakejmattson.kutils.api.extensions.jda.RoleExtensions.kt Maven / Gradle / Ivy

There is a newer version: 0.18.1
Show newest version
@file:Suppress("unused")

package me.jakejmattson.kutils.api.extensions.jda

import net.dv8tion.jda.api.entities.Role

fun Role.isEqualOrHigherThan(other: Role?) = if (other == null) false else this.position >= other.position




© 2015 - 2024 Weber Informatics LLC | Privacy Policy