dbio 1.0.0 copy "dbio: ^1.0.0" to clipboard
dbio: ^1.0.0 copied to clipboard

outdated

A (prettybad) wrapper for Ven's (veno.dev) discord bio thing

Discord.bio Dart wrapper #

A wrapper for Ven's (https://veno.dev/) custom discord bio thing (https://discord.bio/).

It contains support for all the endpoints except from the upvote cause i have zero clue how it works

How to use #

Here is an example of how to get a users upvotes

import 'package:dbio/dbio.dart';

void main(){
	DBioClient client = DBioClient();
    client.details("bean").then((data) => print(data.payload.settings.upvotes));
}


0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A (prettybad) wrapper for Ven's (veno.dev) discord bio thing

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dbio