
com.freya02.botcommands.api.pagination.transformer.IMentionableTransformer Maven / Gradle / Ivy
package com.freya02.botcommands.api.pagination.transformer;
import net.dv8tion.jda.api.entities.IMentionable;
public class IMentionableTransformer implements EntryTransformer {
@Override
public String toString(IMentionable mentionable) {
return mentionable.getAsMention();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy