JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
218 stars 111 forks source link

Better Shutdowns #70

Closed jagrosh closed 6 years ago

jagrosh commented 6 years ago

Pull Request

Pull Request Checklist

Please follow the following steps before opening this PR.
PRs that do not complete the checklist will be subject to denial for missing information.

Pull Request Information

Check and fill in the blanks for all that apply:

Description

Right now, restarting a shard on a sharded bot means that several internals of the CommandClient will get shut down. This PR allows disabling the automatic shutdown on receiving a ShutdownEvent, and adds a public CommandClient#shutdown method for manual shutdown.