-
Notifications
You must be signed in to change notification settings - Fork 51
Stickers #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stickers #63
Conversation
Add guild method
Additionally i cant see any existing impl for uploading multi-part-form-data on dev, but i know topi has it impld somewhere. As such i will hold off on adding AddGuildSticker |
Co-authored-by: Skye <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to pull from the reformat branch & change the target branch :)
# Conflicts: # api/disgo.go # api/guild.go # api/message.go # api/restclient.go # discord/sticker_pack.go # internal/disgo_impl.go # internal/restclient_impl.go
this is not finished & needs testing |
# Conflicts: # _examples/slash_commands/http/go.mod
# Conflicts: # _examples/disgo_builder/go.sum # _examples/disgo_opts/go.sum # _examples/message_collector/go.sum # _examples/oauth2/go.sum # _examples/slash_commands/gateway/go.sum # _examples/slash_commands/http/go.sum # _examples/test/go.mod # _examples/webhook/go.sum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm this should be rdy to review
need to test some stuff tomorrow tho
From #45