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
+1 -4
View File
@@ -134,10 +134,7 @@ hh:mm - DD.MM.YYYY
out += f"[Starts in {self.util.time_to_readable(next_event.start - time.time())}] " \
f"[by <highlight>{name}</highlight>]\n"
for timer in self.worldboss.timer_data:
msg = self.worldboss.show_user(timer)
if msg != "No timers cached; please try again later.":
out += " " + msg + "\n"
out += self.worldboss.getWBTimer()
return out
def get_next_event(self):