Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.01 KB

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.