About 32,800 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 · 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. 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 …

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

  5. 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, 6 months ago Modified 4 years, 2 months ago Viewed 9k times

  6. How to add and create roles in discord.py? - Stack Overflow

    Jan 12, 2018 · I have searched around a lot to try and find a way to create roles in discord.py, but I haven't found anything. I would like to be able to use a command to create and/or add roles …

  7. 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 4 years, 8 months ago Modified 1 year ago Viewed 8k times

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

  9. How do I create a new private text channel and add 2 people to it?

    May 21, 2019 · 5 I'm creating a discord bot where a user will message the bot and the bot will create a new PRIVATE text channel; preferably on the same server as the bot the bot will add …

  10. javascript - Discord make channel using bot - Stack Overflow

    I'm making a discord bot, and I'm trying to make use of the createChannel function shown here in the documentation. For some reason, I am getting the following error: TypeError: …