Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pythoncanarias/pydeckard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 29c27a5
Choose a base ref
...
head repository: pythoncanarias/pydeckard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 943b057
Choose a head ref
  • 12 commits
  • 4 files changed
  • 1 contributor

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    7b26b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893f2d3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Added a logger

    euribates committed May 16, 2019
    Configuration menu
    Copy the full SHA
    43fe09f View commit details
    Browse the repository at this point in the history
  2. Add function since to utils

    This gives a description of time since the program started, for
    the /status command.
    euribates committed May 16, 2019
    Configuration menu
    Copy the full SHA
    239b185 View commit details
    Browse the repository at this point in the history
  3. Added values BOT_GREETING and LOG_LEVEL

    First one is used in the /start command, second one
    defines default log level for the modules using logging
    (default is WARNING)
    euribates committed May 16, 2019
    Configuration menu
    Copy the full SHA
    29953c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e14d53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    787c97f View commit details
    Browse the repository at this point in the history
  6. Fixed typo

    euribates committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d0a0b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8defaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f35a333 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2e9e55 View commit details
    Browse the repository at this point in the history
  10. Los nombres de los command empiezan con el prefijo command_

    Como help es un builtin, aunque obviamente no lo vamos a usar aquí,
    quizá estaría bien hacer un poor-man-namespacing de las funciones de
    comando poniendoles numbres como command_help, command_start y así.
    euribates committed May 16, 2019
    Configuration menu
    Copy the full SHA
    943b057 View commit details
    Browse the repository at this point in the history
Loading