Various Fixes.

generified the Worldboss module; removed the spammy-section as of currently, will be readded at a later stage.
This commit is contained in:
2022-06-24 18:10:45 +02:00
parent e942ac43fa
commit 84a5933490
20 changed files with 274 additions and 176 deletions
@@ -66,7 +66,7 @@ class PrivateChannelController:
@event("connect", "Reinvite previous raiders")
def reinvite_all(self, _, _1):
for user in self.reinvite:
for user in set(self.reinvite):
self.bot.send_mass_message(user, "You have been <green>reinvited</green> into my private channel "
"after a bot restart or crash; Sorry for the inconvenience.")
self.priv.invite(user)