We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In go we should take ctx as first argument for requests, it's like convention or something.
ctx
Right now for example for getting roles from discord
rolesReq := disgo.GetGuildRoles{GuildID: req.GuildId} roles, err := rolesReq.Send(c.discord.Client)
I cannot use context.
Can it be added or you have few arguments beside this?
Or does it already available and i missed some docs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In go we should take
ctx
as first argument for requests, it's like convention or something.Right now for example for getting roles from discord
I cannot use context.
Can it be added or you have few arguments beside this?
Or does it already available and i missed some docs?
The text was updated successfully, but these errors were encountered: