nyxx_commands 4.2.0-dev.0 copy "nyxx_commands: ^4.2.0-dev.0" to clipboard
nyxx_commands: ^4.2.0-dev.0 copied to clipboard

outdated

A framework for easily creating slash commands and text commands for Discord using the nyxx library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nyxx_commands

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nyxx_commands: ^4.2.0-dev.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nyxx_commands/nyxx_commands.dart';
8
likes
0
pub points
78%
popularity

Publisher

verified publisherl7ssha.xyz

A framework for easily creating slash commands and text commands for Discord using the nyxx library.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, meta, nyxx, nyxx_interactions, random_string

More

Packages that depend on nyxx_commands