Simple, robust framework for creating discord bots for Dart. <br /> Fork of Hackzzila's nyx - extended with new functionality, few bug fixes, applied pending pull requests.
Latest docs for newest release.
My website has docs for latests commits - You can read about incoming changes
Wiki docs are designed to match latest release.
lint
errors from dartanalyzer
Fri 09.07.2018
Fri 08.07.2018
Fri 06.07.2018
delay()
in Command classFri 06.07.2018
Fri 06.07.2018
Snowflake
typeAdd this to your package's pubspec.yaml file:
dependencies:
nyxx: ^0.21.4
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:nyxx/nyxx.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.30.0 | Feb 10, 2019 |
|
|
0.24.0 | Aug 3, 2018 |
|
|
0.23.1 | Jul 31, 2018 |
|
|
0.23.0 | Jul 30, 2018 |
|
|
0.22.1 | Jul 13, 2018 |
|
|
0.22.0 | Jul 11, 2018 |
|
|
0.21.5 | Jul 9, 2018 |
|
|
0.21.4 | Jul 9, 2018 |
|
|
0.21.3 | Jul 8, 2018 |
|
|
0.21.2 | Jul 6, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
55
|
Health:
Code health derived from static analysis.
[more]
|
--
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
--
|
Overall:
Weighted score of the above.
[more]
|
28
|
The package version is not analyzed, because it does not support Dart 2. Until this is resolved, the package will receive a health and maintenance score of 0.
Support Dart 2 in pubspec.yaml
.
The SDK constraint in pubspec.yaml
doesn't allow the Dart 2.0.0 release. For information about upgrading it to be Dart 2 compatible, please see https://www.dartlang.org/dart-2#migration.
Make sure dartdoc
successfully runs on your package's source files. (-10 points)
Dependencies were not resolved.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.23.0 <2.0.0 |