
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 …
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 …
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 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 …
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
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 …
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
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: bot.createChannel ...
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, 11 months ago Modified 1 year, 4 months ago Viewed 8k times
discord.js - Trying to make a discord bot that creates a private ...
May 2, 2023 · I'm trying to create a bot that creates a new channel that only admins and the member can see upon joining. ChatGPT doesn't have updated knowledge on Discord 14.9.0 documentation …