def load()

in bot/config.py [0:0]


def load(filename):
    with open(filename) as f:
        return validate(yaml.safe_load(f))