Events/begin_day

From Werewolf Wiki
Jump to navigation Jump to search

The begin_day event is called after all daytime variables have been reset and day has officially begun.

Event callback

def on_begin_day(event: Event, cli: IRCClient, var: module) -> None
  • prevent_default has no effect for this event
  • event: The event object
  • cli: The IRC connection
  • var: Reference to the src.settings module

Event data

None