beanbeanjuice / SimpleProxyChat

A bungeecord/waterfall plugin to send chat messages between servers.
GNU General Public License v3.0
8 stars 3 forks source link

Added Discord Chat Event Listener to Queue #145

Closed beanbeanjuice closed 4 months ago

beanbeanjuice commented 4 months ago

Pull Request


Description

The event listener originally immediately attempted to get added to the jda. However, making the Discord bot asynchronous will sometimes break this as the jda will sometimes be null.

Fixes #144


Type of Change

Changes


Test Configuration


Checklist