
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 …
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 …
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, 7 months ago Modified 4 years, 3 months ago Viewed 9k times
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 …
How do you create a permanent oauth invite for your discord bot?
Jul 2, 2021 · To create an OAuth2 URL for your discord bot, I'd recommend this guide, but here's a basic run-down. Ensure that you have a bot created and linked to the application Select …
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, 3 months ago Viewed 8k times
Discord's new Poll Feature - How can I automate a bot to create a …
Apr 21, 2024 · Discord has gotten a new poll feature which allows to create a poll. Now, I am making a simple discord bot using pycharm and can I know how to make the bot create a poll …
oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow
Jun 4, 2016 · 5 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, …
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: …