enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. python - Discord.py ticket system - Stack Overflow

    stackoverflow.com/questions/66354433

    I dont know if I did this well but this time I got: Ignoring exception in command ticket: Traceback (most recent call last): File "C:\Users\HP\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped ret = await coro(*args, **kwargs) File "c:\Users\HP\Desktop\222\dscbot-dscbot.py", line 145, in ticket reaction = await msg.fetch_message(msg.id ...

  3. How do i create a Ticket command in discord.py?

    stackoverflow.com/questions/63764051

    @bot.command() async def ticket(ctx): await ctx.guild.create_text_channel('Channel Name') I guess you looked at the documentation and copy pasted the method's title, which is unnecessary, you could have looked at the examples given, eg.

  4. my bot is not creating a ticket channel when a user is reacting to the emoji, the bot is only creating a ticket channel when I give my bot administrator rights within discord role itself. What could be wrong in my code when user reacts to the emoji? Something missing, or permissions missing below? My bots ID 701327880046510080

  5. So I am trying to create a ticketing system where the bot create a channel and put it in a category in a different channel (ex: bot-cmds} import discord from discord.ext import commands client =

  6. I am creating a ticket system for my bot so that members can tell their issue to mods and I can create multiple ticket channels without any limit by reacting again and again. But I want that there should be a limit so that when there is an ongoing ticket so that a specific user cannot create one more ticket and the bot should yell at him. Code:

  7. It's my first time seeing this feature from a Discord bot. I tried looking everywhere but it seems that I have failed. There's this feature from Captcha.bot Discord bot where you can accept input from a pop-up window inside Discord. There's a button in an embedded message made by Captcha.bot where you will have to answer a Captcha test.

  8. if word in msg.content: await ctx.send("Someone created a ticket! <@&883807051548065833> <@&876611793227755550>") To get the ID of a role, enable developer mode in the Appearance section of your user settings, then go to the role menu in the server settings and right click on the role you want the ID of, then click "Copy ID".

  9. javascript - Discord Ticket Bot - Stack Overflow

    stackoverflow.com/questions/63423057

    Discord Ticket Bot. Ask Question Asked 4 years, 3 months ago. Modified 4 years, 3 months ago. Viewed 2k ...

  10. I'm trying to create a ticket bot using discord buttons. However, whenever I click on the button- which should create a ticket just responds with a prompt saying: &quot;This interaction failed&quot...

  11. Hey I'm developing a Discord Bot with Python. Here is the documentation. This program should create text channel in specified category when user reacts to a message. The problem is: @client.event...