An open API service indexing awesome lists of open source software.

https://github.com/nipeharefa/discordcmdpparser

Simple Discord command parser
https://github.com/nipeharefa/discordcmdpparser

discord discord-bot discord-go

Last synced: about 1 month ago
JSON representation

Simple Discord command parser

Awesome Lists containing this project

README

          

```go
import parser "github.com/nipeharefa/discordcmdpparser"

parser.Parse("!hello gowi")
```