game_telling#
Module for handling the telling of story command.
- async src.game_telling.telling_event(config, process_data, interaction)[source]#
This function handles the telling of story based on an event.
- Parameters:
config (Configuration) – App configuration
process_data (ProcessInput) – Process game data
- async src.game_telling.telling_fiction(config, process_data, interaction)[source]#
This function handles the telling of story based on an fiction input.
- Parameters:
config (Configuration) – App configuration
process_data (ProcessInput) – Process game data