discordmuffin/examples/linked_roles/go.mod
Fedor Lapshin 4eef78e7e4
Role connections (#1295)
* feat: role connection metadata

* feat: add role connection endpoints

Add User Application Role Connection endpoints:
* Get User Application Role Connection
* Update User Application Role Connection

* feat: add example

Add basic example to showcase linked roles flow.

* refactor(endpoints): move role connection metadata

Move Application Role Connection Metadata endpoint to other Application
endpoints.
2022-12-26 02:31:49 +03:00

11 lines
238 B
Modula-2

module github.com/bwmarrin/discordgo/examples/linked_roles
go 1.13
replace github.com/bwmarrin/discordgo v0.26.1 => ../../
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/joho/godotenv v1.4.0
golang.org/x/oauth2 v0.3.0
)