Events/begin_day
< Events
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 objectcli
: The IRC connectionvar
: Reference to the src.settings module
Event data
None