
oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow
Jun 4, 2016 · 4 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 3 years ago Modified 2 years, 9 months ago Viewed 3k times
python - Discord bot doesn't show up in server members, even though ...
Dec 23, 2022 · Discord bot doesn't show up in server members, even though invitation button says it has joined Ask Question Asked 3 years, 4 months ago Modified 3 years, 4 months ago
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 …
Custom discord bot - How to avoid exceeding Discord API rate limit?
Feb 16, 2022 · I was always fustrated when my bot always gets temporarily banned by discord's api for exceeding rate limits thanks to my friends spamming the commands over and over again.
Ban function not working in Python Discord bot [closed]
Feb 15, 2026 · I am new to making Discord bots but currently working on a bot for my server that will ban anyone who sends a message in a specific channel to stop other bots. I've made sure that it is …
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 can I get user input in a python discord bot?
Jun 14, 2020 · I have a python discord bot and I need it to get user input after a command, how can I do this? I am new to python and making discord bots. Here is my code: import discord, datetime, time …
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 …
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 …