About 50 results
Open links in new tab
  1. How do i make a working slash command in discord.py

    Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.

  2. Create Discord Webhook with python - Stack Overflow

    Sep 15, 2020 · 2 Create Discord Webhook with python I'm recently working on a discord bot with python. where my discord bot needs to send a message through "DISCORD WEBHOOK". the …

  3. Python Discord Bot Create Channel - Stack Overflow

    Jan 14, 2021 · I'm trying to make a discord bot using the discord.py module. I have structured my code in so called Cogs and now want to make one for creating text channels. The Bot has the permissions …

  4. javascript - How to make a Discord bot create a new VC when joining a ...

    How to make a Discord bot create a new VC when joining a specific VC Asked 5 years, 8 months ago Modified 4 years, 4 months ago Viewed 9k times

  5. How can you create a pop-up window in Discord that accepts an input ...

    Mar 30, 2022 · 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 …

  6. Create a channel with discord.js - Stack Overflow

    Jun 9, 2020 · I am trying to do a discord bot that creates channels among others, but I can't achieve it because my code it's supposed to create a channel but... I tried a lot of things, these are the two that …

  7. How to make a discord bot send an Invite? - Stack Overflow

    Jun 11, 2020 · I am making a discord bot that can kick and ban members, and I would like to know how can I make the bot send invites to users?

  8. How to Create discord bot commands from the server

    Mar 19, 2025 · I'm coding a discord bot in Python and I want to create custom commands on the server that can be created in the server, from what Ive researched, I need to add a dictonary for the values …

  9. How to create a discord bot that uses the Youtube API

    Jan 5, 2021 · How to create a discord bot that uses the Youtube API Asked 5 years ago Modified 1 year, 5 months ago Viewed 8k times

  10. How to make your Discord Bot always active - Stack Overflow

    Oct 16, 2020 · The bot needs a computer to keep running. When you are programming and testing your bot, it's your PC which is powering it. When you close your PC or stop the bot process in the …