a library to interact with discord's mobile QR login system
this library works on a event basis
usage: @client.event(<event name>)
valid events:
connect
(library connects to the discord api)pending
(qr code is created)scanned
(qr code is scanned by a user)finish
(login is approved and token is sent)cancel
(login is not approved)
follow the example in example.py