* 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.
11 lines
238 B
Modula-2
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
|
|
)
|