
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 …
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 …
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 - Are these users bots or people? - Stack Overflow
Jun 9, 2019 · I have a question about discord bots (well kind of). Recently people have been joining my server (the majority have dots in their user). Most of the time when they join, I am …
discord.py - How can we add a bot when we are not the owner of …
Apr 12, 2021 · To add a bot to a server you need to firstly have the "Manage Server" or "Administrator" permission in that server. Then head to the Discord Developer Portal > Your …
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 …