
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.
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 …
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 …
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
How to make a discord bot send an Invite? - Stack Overflow
Jun 11, 2020 · I am making a discord bot that can kick and ban members, and I would like to know how can I make the bot send invites to users?
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 …
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 …
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: …
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 …
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, 3 months ago Modified 2 years, 11 months ago Viewed 2k times