Skip to content
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

Ambigiuous call preventing creation of role. #2167

Closed
3 tasks done
RickyDivjakovski opened this issue Mar 5, 2022 · 1 comment · Fixed by #2181
Closed
3 tasks done

Ambigiuous call preventing creation of role. #2167

RickyDivjakovski opened this issue Mar 5, 2022 · 1 comment · Fixed by #2181
Assignees

Comments

@RickyDivjakovski
Copy link

Check The Docs

  • double checked the docs and couldn't find any useful information.

Verify Issue Source

  • verified the issue was caused by Discord.Net.

Check your intents

  • double checked that I have the required intents.

Description
Unable to create a role due to an ambiguous call.

Version
3.4.0

Working Version
None since prior to version 2.2.0

Sample
// Create a new role
SocketRole role = await arg.CreateRoleAsync("MyRole");
Throws a compiler ambiguity error.
Reproduced by members in the discord API server

Screenshot
image

Error surfaced in 2.2.0 and has not been resolved
image

@csmir
Copy link
Collaborator

csmir commented Mar 5, 2022

Due to the nature of our versioning, removing this now will result in a breaking change. This will be resolved, but not before 4.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants