Skip to content

christopher-dG/Discord.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord

Docs Build Status Discord

Write Discord bots in Julia.

Status

This package is in the early stages. Currently, the full REST API is available, but the gateway interface has not been implemented.

History

Xh4H and I previously implemented another Discord.jl package, but it was never published in a Julia registry for several reasons. This fresh implementation aims to keep things as simple as possible and minimize extra features in order to maximize maintainability as the Discord API changes. It also aims to be easily extensible, so that packages providing extra features can be written on top of it.