
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.
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 …
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 …
Trying to make a discord bot that forwards channel messages
Jun 5, 2023 · Attempt number 1: Set up a new Discord bot application on the Discord Developer Portal. Invite the bot to all the important servers you want to monitor. Set up your bot using Discord.js to …
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, 9 months ago Modified 4 years, 5 months ago Viewed 9k times
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 …
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 …
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 …
Is there a way to create a thread in discord.py? - Stack Overflow
Dec 24, 2021 · I am trying to make a bot that creates a thread upon a message in a specific channel. If there is a way to create a thread in a text channel in discord.py, please let me know.
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, …