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
- Host: GitHub
- URL: https://github.com/nipeharefa/discordcmdpparser
- Owner: nipeharefa
- Created: 2022-09-13T10:27:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T10:28:03.000Z (almost 4 years ago)
- Last Synced: 2026-01-14T07:43:03.296Z (6 months ago)
- Topics: discord, discord-bot, discord-go
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```go
import parser "github.com/nipeharefa/discordcmdpparser"
parser.Parse("!hello gowi")
```