This commit is contained in:
Zachary Vacura 2016-12-06 21:12:08 -06:00
parent 74bb0abe9a
commit 04ffb0a5ab

View file

@ -1,7 +1,14 @@
# 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)
# 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)
<br>
A Dart library for Discord
## Why nyx?
### Cross Platform
nyx works on the command line, browser, mobile, and can be transpiled to JavaScript.
### Fine Control
nyx allows you to control every outgoing HTTP request or websocket message.
### 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.