botway_dart 0.1.1 copy "botway_dart: ^0.1.1" to clipboard
botway_dart: ^0.1.1 copied to clipboard

Dart client package for Botway. After creating a new dart botway project, you need to use your tokens to connect with your bot.

example/example.dart

import "package:botway_dart/botway_dart.dart";

void main() {
  var bot = Botway();

  print(bot.Get_Token());
}
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Dart client package for Botway. After creating a new dart botway project, you need to use your tokens to connect with your bot.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

path, yaml

More

Packages that depend on botway_dart