discordmuffin/examples
42Atomys 8a126aa174
feat: Add support of Stage Instance REST API and Events (#1158)
* feat: Add support of StageInstance RESTAPI and Events

* chore: Make the changes for following the current convention of package

* doc: Add missing docs and example for stage-instance

* doc: Add final log for deleted stage instance

* refactor: Prevent trailing slash on stage instance endpoint

* chore: Harmonize params structure

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* docs: Remove deprecated doc

* docs: Add new documentation for restapi function

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update restapi.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* Update structs.go

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>

* doc: Add sleep in example to let user see by themselves

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
2022-04-15 00:08:49 +03:00
..
airhorn Switch example to use UpdateGameStatus 2021-01-20 19:33:43 -05:00
autocomplete fix(examples): signal.Notify unbuffered channel 2022-02-16 16:47:30 +03:00
avatar fix(examples/avatar): parameters for UserUpdate 2022-02-16 16:32:48 +03:00
components Add ApplicationID field to Interaction (#1125) 2022-04-14 22:07:53 +03:00
context_menus Add ApplicationID field to Interaction (#1125) 2022-04-14 22:07:53 +03:00
dm_pingpong Add ping pong example for direct messages (#882) 2021-05-14 22:34:46 -04:00
modals fix(components): renamed TextInputStyleType to TextInputStyle and fixed example 2022-02-09 14:12:31 +03:00
pingpong Remove support for optional intents 2021-01-20 18:18:34 -05:00
scheduled_events Add Guild Scheduled Event Support (#1032) 2022-02-27 18:22:31 +03:00
slash_commands Add ApplicationID field to Interaction (#1125) 2022-04-14 22:07:53 +03:00
stage_instance feat: Add support of Stage Instance REST API and Events (#1158) 2022-04-15 00:08:49 +03:00
threads Add Guild Scheduled Event Support (#1032) 2022-02-27 18:22:31 +03:00
voice_receive Remove support for optional intents 2021-01-20 18:18:34 -05:00
README.md Misc changes to docs (#907) 2021-05-14 22:19:57 -04:00

DiscordGo Examples

These examples demonstrate how to utilize DiscordGo.

Please explore the individual folders and give them a try!

Join Discord Gophers Discord chat channel for support.