Skip to content

Wolfiri/dscord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • D 99.6%
  • Shell 0.4%