
python - Discord's new Poll Feature - How can I automate a bot to ...
Apr 21, 2024 · Discord has gotten a new poll feature which allows to create a poll. Now, I am making a simple discord bot using pycharm and can I know how to make the bot create a poll (like when …
python - Poll command discord.py - Stack Overflow
Jun 7, 2020 · DISCORD.PY I try to create an command for a poll system and encounter a problem. Command is as follows: @commands.command (pass_context = True) async def poll (self, ctx, …
Can discord bots create polls? (discord.py) - Stack Overflow
Jan 1, 2025 · I want to add a poll functionality to my bot. However, I want to make the polls not like basic reaction ones, but like the ones users can create normally. Is there a way to do that? From what I've ...
discord.py - making a slash command send a premade poll
Mar 24, 2025 · I am extremely new to this (started experimenting with it today) and am trying to make a slash command that will create a poll using a poll class i found in documentation but can't figure out …
python 3.x - Discord Poll Bot - Stack Overflow
Feb 20, 2021 · Hi i am trying to make a poll bot but ive encountered a problem here is the code ignore the other commands other than + poll import discord import os import requests import json import …
python - How to make Discord.py get how MANY users reacted with a ...
Jan 15, 2021 · I'm trying to make a poll command in Discord.py but want at the end the bot to send a list of users that reacted with 1️⃣ and another list of people that reacted with 2️⃣.
Discord py bot limit player to one reaction for a poll
Dec 23, 2021 · 3 I have been developing a discord py bot for a bit and have been trying to implement the ability to create a poll and have each person reaction only once to the poll. I have already got a …
python - Polling system on Discord.py - Stack Overflow
Have you been able to make a command that works at all? If so, try gradually adding stuff to work towards the poll command that you want, until you find the part that causes a problem.
Is there a way to make discord.py bots interact with/click other ...
Feb 3, 2023 · I am attempting to use discord.py (specifically the commands from discord.ext, and View and Button from discord.ui) to create two different bots: one that creates a message with a set of …
python - How do I make a "Sticky message" that stays always on the ...
Feb 19, 2024 · How do I make a "Sticky message" that stays always on the bottom of the channel. (Discord.py) Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 3k times