This repository has been archived on 2021-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
cutthecord/resources/patches/slashcommands/code/src/main/java/com/cutthecord/commands/EnableDisableHandler.java

8 lines
128 B
Java

package com.cutthecord.commands;
public interface EnableDisableHandler {
String processEnableDisable(boolean enabled);
}