Remove deprecated and unused private method
This commit is contained in:
parent
28d7ff18ba
commit
f9fe12a248
@ -168,15 +168,6 @@ public class ClearChat
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void respond(Object responseFlowObj, String content)
|
|
||||||
{
|
|
||||||
if(responseFlowObj instanceof InteractionHook) {
|
|
||||||
((InteractionHook) responseFlowObj).editOriginal(content).queue();
|
|
||||||
} else if (responseFlowObj instanceof Message) {
|
|
||||||
((Message) responseFlowObj).reply(content).queue();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// cap the amount to avoid abuse.
|
// cap the amount to avoid abuse.
|
||||||
public static int getMaxAmount() { return 1000; }
|
public static int getMaxAmount() { return 1000; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user