
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 already …
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, 4 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 process in the …
Why is Discord Bot not being added to my server?
Dec 30, 2023 · to my bot. The invite link seems to work alright except for the fact that I'm using a discord url as my redirect link but the bot does not appear in my server. Does anyone have any idea why this …
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 commands import
python - Discord bot doesn't show up in server members, even though ...
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 Generated URL box …
discord.py - How can we add a bot when we are not the owner of the ...
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 Application > OAuth2 …
python - Is there a way to hide a slash command from everyone except ...
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 select your …
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 an API converter …
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 devlopper …