
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 …
How to make your Discord Bot always active - Stack Overflow
Oct 16, 2020 · How do I make my Discord Bot active? When I close my vs code and command prompt, and I do the command in discord, it's not responding anymore. My Discord Bot is showing online but …
Let discord bot interact with other bots - Stack Overflow
Apr 23, 2023 · Let discord bot interact with other bots Ask Question Asked 2 years, 11 months ago Modified 2 years, 8 months ago
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 …
Discord - How to give my bot permissions. [Javascript]
May 8, 2018 · You cannot assign permissions to a bot in the guild. They must be willingly given to the bot through the invite scopes of the person who invited it. And yes, the permissions will give the bot a …
how do i run this .py code for a discord bot? - Stack Overflow
May 5, 2022 · This code isnt mine btw. I was trying to code a discord bot for the heck of it, i did basic stuff like it will respond to certain pieces of text in a channel, but i wanted to add mod stuff bc why n...
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 like …
Discord Bots: Emojis sent by my bot don't get visualized
Feb 23, 2022 · It has never been a thing before. Recently I noticed that some of emojis sent by one of my bots either in Embeds or as a message don't get visualized (preview in the images below) Then …
Discord bot / commands not showing up - Stack Overflow
Jan 1, 2023 · When I type / in my Discord server chat, the commands don't show up. I tried everything and don't know why it won't work. Here is the code of the bot: import discord import asyncio from …
how to fix DiscordAPIError [50001] OAuth2 problem? - Stack Overflow
Nov 26, 2021 · Everything you did seems to be right; you don't need a redirect URL. Just follow these steps: Go to the Discord Developer Portal and find your application Go to OAuth2 > URL Generator …