Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 571 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 571 Bytes

A microservice command parser and handler for Discord, written in Golang.

Part of a larger, yet-to-be-released stack using Nats and Redis to communicate between different parts of a Discord bot.

This microservice was intended to act as a processor for MESSAGE_CREATE events from the Discord gateway, but since the recent announcement from the Discord devs outlining changes that will make message contents a privileged intent, the code was scrapped in favor of a specific handler for slash commands.