![JAR search and dependency download from the Maven repository](/logo.png)
com.github.psnrigner.DiscordReply Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discord-rpc-java Show documentation
Show all versions of discord-rpc-java Show documentation
Java implementation of Discord RPC SDK
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