About 86,300 results
Open links in new tab
  1. python - discord.py Giveaway Bot Issue - Stack Overflow

    Sep 21, 2024 · self.children[0].label = str(len(self.participants)) However, you need to bear in mind that this operation only affects the instance of GiveawayView stored in your bot's memory. For …

  2. Adding a timer to giveaway command discord.py - Stack Overflow

    Jan 28, 2021 · 3 I was trying to create a discord bot with giveaway command which updates time left every 1-2 mins in giveaway embed . I have been trying it since 3 days but wasn't able to …

  3. I'm trying to create a discord.py giveaway command

    Jun 30, 2020 · I've tried this and i didn't really get the logic through it, I need some help making it have: Emoji Message Setting the time My Code: @bot.command() async def giveaway(ctx, …

  4. How to give users multiple entries in a giveaway - Stack Overflow

    Feb 21, 2022 · I've been trying to make a bot with discord.py that checks all the users' statuses on a server. I made the bot go through a loop every one hour and add one entry to any user with …

  5. python - Giveaway bot discord.py - Stack Overflow

    Feb 23, 2021 · Giveaway bot discord.py Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 1k times

  6. Getting 'Unknown Interaction' error when creating new giveaway ...

    Jul 10, 2023 · I am trying to create discord giveaway bot with discord.py. This is my interaction function for creating the giveaway: @app_commands.command (name="startgive", …

  7. discord - Reroll Giveaway command not responding when …

    Apr 7, 2021 · 2 I am trying to make a discord giveaway reroll command. The problem is that when the command is run it is not responding/rerolling the giveaway. I've looked on multiple sites …

  8. javascript - How to Make Discord.js Bot Status Indicator …

    May 16, 2023 · I have also reviewed the discord.js documentation and haven't found any explicit options for hiding the status indicator. I'm wondering if there is a specific technique or …

  9. i want to make a bot like giveaway bot this is my code

    Apr 21, 2022 · -3 command is not working and when i start it ( when it was working) bot doesnt ask question like in which channel he should host giveaway , time and winner . i am noob in …

  10. python - Discord Giveaway Command - Stack Overflow

    May 20, 2023 · I do a Discord Bot with a couple of commands but the giveaway command (Verlosung) doesn't sent the winner Message after the time in the command is over. If nobody …