javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

feat: adding stop() method refering to PR#100 #115

Closed mennafabio closed 1 month ago

mennafabio commented 1 month ago

New PR for branch since my other commits were not signed. #100

This feature resolves https://github.com/javadiscord/java-discord-api/issues/98 by adding a stop method to interrupt and close all thread pools and connections sockets within 30 seconds timeframe.