
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 …
Let discord bot interact with other bots - Stack Overflow
Apr 23, 2023 · Let discord bot interact with other bots Asked 2 years, 8 months ago Modified 2 years, 5 months ago Viewed 3k times
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 …
How do I make my discord.py bot use custom emoji?
Aug 23, 2018 · 0 As we know, every discord bot has nitro privileges when it comes to using emotes. So a bot can access any emoji for all servers it has been added to. What I do is make …
python - Discord bot doesn't show up in server members, even …
Dec 23, 2022 · So pro tip: Don't use Brave when working with the discord application page on which you create the bot/bot user. Even if you disable shields, you might still not see the …
How can I change the PFP of my bot Discord - Stack Overflow
Feb 18, 2024 · I'm trying to change the pfp of my bot by a gif like the pfp of the bot emoji.gg do asked teh question on the reddit r/discordapp and someone gave me the docs of the Discord …
How to change activity of a discord.py bot? - Stack Overflow
Dec 1, 2019 · I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import …
Discord Bot to trigger other bots actions - Stack Overflow
Jun 28, 2019 · I want to make use of other bots by triggering their actions via my own bot. Basicly somthing like : !dothis .. which triggers my own bot command , then my bot outputs a message …
python - Is there a way to hide a slash command from everyone …
Aug 13, 2022 · Yes it is possible, but you have to do this on discord directly as the server owner. go to server settings -> integrations -> click on your bot (manage) Then in the "commands" tab …
discord.py - Discord Bot Cant Read Messages - Stack Overflow
Nov 16, 2022 · (im new to discord bots) whenever i type a message the message.content is empty and im assuming its because I didnt turn on message.read, but whenever I tick the box …