Remove deprecated and unused private method
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3212ceb03c
commit
5a2205e567
@ -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.
|
||||
public static int getMaxAmount() { return 1000; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user