Configuration

Configuration file: config.yml

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                            Polls                            │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

poll:
  options:
    # Progress bar
    bar:
      filled: '█'
      empty: '░'
      # Total characters
      length: 20

Options:

  • Filled: Character used to fill the progress bar when it is voted

  • Empty: Character used to fill the progress bar when it is not voted

  • Length: Number of characters in each progress bar of each option

Last updated