Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

dismal

dismal: The small wip discord api for D

Features

  • Basic HTTP API coverage
  • Command framework built in, so no need to parse commands yourself!
  • Quite a large chunk of the Discord API (WSS) is already implemented
  • Easy to use!

Basic Example

A basic example for creating a bot using dismal can be found under examples/basicbot. Please note that you will need to edit the token variable and provide your own bot token.