Modified to suit fork needs

This commit is contained in:
Szymon Uglis 2018-06-17 14:23:17 +02:00
parent 721c27cc5d
commit f233092c8d

View file

@ -1,14 +1,20 @@
# nyx [![Build Status](https://travis-ci.org/Hackzzila/nyx.svg?branch=master)](https://travis-ci.org/Hackzzila/nyx) [![Our Discord Server](https://img.shields.io/badge/discord-nyx-7289DA.svg)](https://discord.gg/6JwnkNk) [![Pub](https://img.shields.io/pub/v/discord.svg)](https://pub.dartlang.org/packages/discord)
# nyxx [![Build Status](https://travis-ci.org/l7ssha/nyxx.svg?branch=master)](https://travis-ci.org/l7ssha/nyxx)
## Why nyx?
Simple, robust framework for creating discord bots for Dart. Fork of [Hackzzila's](https://github.com/Hackzzila) [nyx](github.com/Hackzzila/nyx) - extended with new functionality, few bug fixes, applied pending pull requests.
#### Commands framework
Faster way of creating commands for bot. You only have to implement one class, and initialize framework. Everything is done automatically.
#### Cross Platform
### Cross Platform
nyx works on the command line, browser, mobile, and can be transpiled to JavaScript.
### Fine Control
#### Fine Control
nyx allows you to control every outgoing HTTP request or websocket messages.
### Internal Sharding
nyx automatically spawns shards for your bot, but you can override this and spawn a custom
number of shards. Internal sharding means that all of your bots servers are managed in one script,
no need for communication between shards.
#### Internal Sharding
nyx(Nyxx) automatically spawns shards for your bot, but you can override this and spawn a custom number of shards. Internal sharding means that all of your bots servers are managed in one script, no need for communication between shards.