* allow files in webhook message edits * add Files to WebhookEdit struct * move the construction of the multipart body for files into a shared function * allow interaction responses to have files * go fmt * fix err shadowing * document MakeFilesBody * rename MakeFilesBody -> EncodeWithFiles. fix InteractionRespond responding twice * use resp in InteractionRespond files, add basic-command-with-files example command * import strings and go fmt * EncodeWithFiles -> MultiPartBodyWithJSON * go fmt * fix example for slash_commands * move files to responsedata |
||
---|---|---|
.. | ||
airhorn | ||
avatar | ||
components | ||
dm_pingpong | ||
pingpong | ||
slash_commands | ||
voice_receive | ||
README.md |

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.