About 34,400 results
Open links in new tab
  1. 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 …

  2. 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.

  3. javascript - How to make a Discord bot create a new VC when …

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

  4. How do I create a thread in discord with my c# discord bot

    Jul 12, 2022 · How do I create a thread in discord with my c# discord bot Asked 3 years, 5 months ago Modified 3 years, 1 month ago Viewed 2k times

  5. How would I go about creating an .env file for my discord bot token?

    Aug 21, 2020 · So, I was recently told that just storing the Discord Bot token in a variable at the top is bad practice and a .env file would be better. Can someone explain to me how I would …

  6. python 3.x - How to loop a task in discord.py - Stack Overflow

    I am experimenting with making my own little discord bot that can get information from Twitch, but I'm stumped on how to make the bot loop and check for a condition. I want the bot to loop a …

  7. Discord Python, creating a Channel and moving directly people to it?

    Mar 8, 2022 · I already created this code: #Creating the Channel guild = bot.get_guild (771495836701425725) await guild.create_voice_channel (f"Rainbow Ranked for …

  8. 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 …

  9. 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 …

  10. oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow

    Jun 4, 2016 · 5 I'm trying to make a discord bot (with the bot tag) that can join other servers. I will be able to do this, if I can set up a redirect URI for it. I already have the bot account set up, …