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

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

  4. 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 create the .env …

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

    Jun 4, 2016 · 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, and it already …

  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. create discord bot commands from server - Stack Overflow

    Mar 13, 2022 · 0 i'm new at programming, i'm coding a bot in python and i want my discord friends to be able to create custom commands e.g: user: !create bot: write the first word that will be the command …

  8. Event messageCreate not firing/emitting when I send a DM to my bot ...

    Aug 8, 2021 · On Discord API v8 and later, DM Channels do not emit the CHANNEL_CREATE event, which means discord.js is unable to cache them automatically. In order for your bot to receive DMs, …

  9. Create discord bot buttons programmatically - Stack Overflow

    Sep 18, 2024 · In my python discord bot I can define a discord.ui.View like this:

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