Ejemplo n.º 1
0
def setup_client(client: commands.Bot):
    client.event(on_command_error)
    client.before_invoke(before_invoke)