update JDA and jda Utilities version

fixed typos in the code
This commit is contained in:
Sheldan
2020-06-28 12:04:34 +02:00
parent c44eb80fc5
commit e8767429bf
40 changed files with 106 additions and 107 deletions

View File

@@ -26,7 +26,7 @@ public interface SchedulerService {
/**
* Removes a job from the scheduler.
* @param triggerKey The key of the trigger to unschedule
* @param triggerKey The key of the trigger to unSchedule
* @return if the job was found and unscheduled
*/
boolean unScheduleJob(String triggerKey);