botway_dart

Creator: coderz1093

Last updated:

0 purchases

botway_dart Image
botway_dart Images

Languages

Categories

Add to Cart

Description:

botway dart

botway_dart

Dart client package for Botway






Usage #

after creating a new dart botway project, you need to use your tokens to connect with your bot.

import "package:nyxx/nyxx.dart";
import "package:botway_dart/botway_dart.dart";

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

final bot = NyxxFactory.createNyxxWebsocket(bot_config.Get_Token(), GatewayIntents.allUnprivileged)
..registerPlugin(Logging()) // Default logging plugin
..registerPlugin(CliIntegration()) // Cli integration for nyxx allows stopping application via SIGTERM and SIGKILl
..registerPlugin(IgnoreExceptions()) // Plugin that handles uncaught exceptions that may occur
..connect();

...
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.