Hey. Just noticed my bot spamming chat with disconnect messages.
Dont know if its intended, or if you forgot to add to the leave message check something.
would be nice if you add the check for config option if the connect messages are enabled :
if (_config.LeavingMessage.Count <= 0 || !_config.JoiningMessageEnabled) return;
thy
Dont know if its intended, or if you forgot to add to the leave message check something.
would be nice if you add the check for config option if the connect messages are enabled :
if (_config.LeavingMessage.Count <= 0 || !_config.JoiningMessageEnabled) return;
thy