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

com.github.psnrigner.DiscordReply Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.psnrigner;

/**
 * Discord reply to join requests
 */
public enum DiscordReply
{
    /**
     * Deny the request
     */
    NO,

    /**
     * Accept the request
     */
    YES,

    /**
     * Ignore the request
     */
    IGNORE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy