EnokiUN / voltage

A simple asynchronous pythonic wrapper for the revolt api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the internal printing optional

RGBCube opened this issue · comments

Summary

add a kwarg to the Client.run() to disable the printing

What is the feature request for?

The core library

The Problem

it prints too much text and when its running as a bg task its annoying (also blocking if youre using input() )

The Ideal Solution

add kwarg

The Current Solution

No response

Additional Context

No response

commented

is there a downside to them tho?

not really, but an option would be nice

commented

maybe when I get around to implementing the logger I've been eyeing for a while