Functionality moved to https://gitea.com/jolheiser/disco
This repository has been archived on 2021-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
jolheiser 1179432cb3
typo
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-04-01 22:00:45 -05:00
_examples Initial commit 2021-03-31 23:40:16 -05:00
.gitignore Initial commit 2021-03-31 23:40:16 -05:00
client.go Initial commit 2021-03-31 23:40:16 -05:00
global.go Add bulk overwrite methods 2021-04-01 21:22:13 -05:00
go.mod Initial commit 2021-03-31 23:40:16 -05:00
go.sum Initial commit 2021-03-31 23:40:16 -05:00
guild.go typo 2021-04-01 22:00:45 -05:00
handler_test.go Initial commit 2021-03-31 23:40:16 -05:00
handler.go Initial commit 2021-03-31 23:40:16 -05:00
interaction.go Initial commit 2021-03-31 23:40:16 -05:00
LICENSE Initial commit 2021-03-31 23:40:16 -05:00
Makefile Initial commit 2021-03-31 23:40:16 -05:00
oauth_test.go Initial commit 2021-03-31 23:40:16 -05:00
oauth.go Initial commit 2021-03-31 23:40:16 -05:00
README.md Initial commit 2021-03-31 23:40:16 -05:00
structs.go Add type for command handler 2021-04-01 21:56:57 -05:00

slash

A Discord slash commands client and HTTP handler.

Wanting to create a bot? I recommend discordgo for that instead.

This library is for non-bot slash commands.

Examples

License

MIT