Class ModCommandHandler

java.lang.Object
org.deltava.discord.ModCommandHandler

public class ModCommandHandler extends Object
A class to handle moderator commands.
Since:
11.0
Version:
11.1
Author:
danielw, luke
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    handle(org.javacord.api.event.message.MessageReplyEvent e)
     
    static void
    handleAlert(org.javacord.api.event.message.MessageReplyEvent e, org.javacord.api.entity.message.embed.Embed embed, String comment)
     
    static void
    ignoreAlert(org.javacord.api.event.message.MessageReplyEvent e, org.javacord.api.entity.message.embed.Embed embed)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModCommandHandler

      public ModCommandHandler()
  • Method Details

    • handle

      public static void handle(org.javacord.api.event.message.MessageReplyEvent e)
    • ignoreAlert

      public static void ignoreAlert(org.javacord.api.event.message.MessageReplyEvent e, org.javacord.api.entity.message.embed.Embed embed)
    • handleAlert

      public static void handleAlert(org.javacord.api.event.message.MessageReplyEvent e, org.javacord.api.entity.message.embed.Embed embed, String comment)