package cutthecord.commands.commands; import androidx.annotation.Nullable; import cutthecord.commands.CommandHandler; import lanchon.dexpatcher.annotation.DexAdd; @DexAdd public class CmdLenny extends CommandHandler.Command { @DexAdd @Override public String handleCommand(String msg) { return msg + " ( \u0361\u00B0 \u035C\u0296 \u0361\u00B0)"; } @DexAdd @Nullable @Override public String getPopupInfo() { return "( \u0361\u00B0 \u035C\u0296 \u0361\u00B0)"; } }