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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user