Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1022 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 1022 Bytes

dscord

dscord is a client library for the Discord chat service, written in D-lang. The core focus of dscord is to provide a clean interface with a highly performant and scalable backing runtime, to support use-cases that contain a large number of user or guilds. Dscord provides both a base client implementation, and various extras that assist in constructing bots out of it. Dscord is still very much a work-in-progress, so beware of sharp edges or missing pieces.

Examples

If your looking for sample code, or example implemenations the following are good places to start:

Compiling/Installing

Dscord is available on dub, and can be easily dropped into new or existing projects.

Documentation

Documentation is available here.