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

Polls integration #1179

Open
TheKrafter opened this issue Apr 11, 2024 · 1 comment
Open

Polls integration #1179

TheKrafter opened this issue Apr 11, 2024 · 1 comment
Labels
help wanted Anyone is free to help, the issue shouldn't be *too* hard. p: high Priority: high - should be worked on as soon as reasonable s: planned Status: the issue is planned to be worked on t: api coverage Type: api coverage - this adds code to cover the discord API

Comments

@TheKrafter
Copy link

TheKrafter commented Apr 11, 2024

Summary

Integration with discord's new polls feature

What is the feature request for?

The core library

The Problem

Bots cannot create polls, or determine if a message is a poll.

The Ideal Solution

Have a nextcord.Poll object that repesents a poll, including:

  • Poll option objects (with list of Members who voted for that option)
  • Ending time
  • Ended (bool)
  • Result (Optional, which poll object"won")

The Current Solution

None.

Additional Context

Polls FAQ

Polls in Discord Developer Docs

@Skelmis Skelmis added s: planned Status: the issue is planned to be worked on p: high Priority: high - should be worked on as soon as reasonable help wanted Anyone is free to help, the issue shouldn't be *too* hard. t: api coverage Type: api coverage - this adds code to cover the discord API labels Apr 12, 2024
@MaskDuck
Copy link
Contributor

can I take this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Anyone is free to help, the issue shouldn't be *too* hard. p: high Priority: high - should be worked on as soon as reasonable s: planned Status: the issue is planned to be worked on t: api coverage Type: api coverage - this adds code to cover the discord API
Projects
None yet
Development

No branches or pull requests

3 participants