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

com.freya02.botcommands.internal.JDAUtils.kt Maven / Gradle / Ivy

package com.freya02.botcommands.internal

import net.dv8tion.jda.api.entities.Guild

fun Guild?.asScopeString() = if (this == null) "global scope" else "guild '${this.name}' (${this.id})"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy