TBMCPlugins / Chroma-Discord

A plugin that controls the ChromaBot Discord bot and provides Minecraft chat functionality and other features.
GNU General Public License v3.0
1 stars 0 forks source link

Restarting the Discord plugin on Discord gives error #79

Closed NorbiPeti closed 6 years ago

NorbiPeti commented 6 years ago

Description: Restarting the Discord plugin on Discord errors when trying to send the enable message to the sender.

Steps to Reproduce:

  1. Enable Minecraft chat in DM with the bot
  2. Run /discord reset in it

Result: Error occurs after the "Disabling DiscordPlugin..." text, as the DiscordSenderBase tries to register a task while the plugin is disabled. The plugin gets restarted as normal.

Expected Result: No error occurs.