Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsdlp/discord-interactions-go
discord interactions
https://github.com/bsdlp/discord-interactions-go
Last synced: about 1 month ago
JSON representation
discord interactions
- Host: GitHub
- URL: https://github.com/bsdlp/discord-interactions-go
- Owner: bsdlp
- License: mit
- Created: 2020-12-19T06:08:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T04:07:06.000Z (about 3 years ago)
- Last Synced: 2024-07-31T20:40:51.004Z (4 months ago)
- Language: Go
- Size: 344 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- discord-api-libs - discord-interactions-go - discord interactions (Libraries / Go)
README
# discord-interactions-go
[![Go Reference](https://pkg.go.dev/badge/github.com/bsdlp/discord-interactions-go.svg)](https://pkg.go.dev/github.com/bsdlp/discord-interactions-go/interactions)
A golang implementation of discord slash commands [message verification](https://discord.com/developers/docs/interactions/slash-commands#security-and-authorization) and types.
## Installation
```shell
go get github.com/bsdlp/discord-interactions-go
```## Usage
See an example at [`interactions/verify_test.go`](https://github.com/bsdlp/discord-interactions-go/blob/main/interactions/verify_example_test.go)