Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 437 Bytes

Parsley

Parsley is an addon library for discordgo that provides automatic command parsing and execution.

Looking for slash commands? Switchboard provides a very similar API for slash commands.

Installation

go get github.com/nint8835/parsley

Example

For an example of usage, see example/example.go