https://github.com/bsdlp/discord-interactions-go
discord interactions
https://github.com/bsdlp/discord-interactions-go
Last synced: 5 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T04:07:06.000Z (about 4 years ago)
- Last Synced: 2025-06-21T10:06:10.809Z (5 months ago)
- Language: Go
- Size: 344 KB
- Stars: 10
- Watchers: 2
- 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
[](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)