Skip to content

Files

Latest commit

e7fa8bc · Mar 1, 2021

History

History
10 lines (8 loc) · 378 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 378 Bytes

ZigCord Features

  • Connect with intents
  • Consume and parsing events from discord
  • Send HTTP messages back to discord

What ZigCord does not do (yet)

  • Handle reconnects
  • Give you helper functions for sending events (e.g. messages) to discord

Recursively clone, place your token inside a file called .token, and run zig build run for the reading-events example.