
com.github.psnrigner.DiscordReply Maven / Gradle / Ivy
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