|
- Let discord bot interact with other bots - Stack Overflow
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
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 terminal, the bot user in the Discord server will also get offline It takes time for the bot to show it's status to offline That is the reason why it does nothing when you send a cmd It's not running and if you wait
- python - Discord bot doesnt show up in server members, even though . . .
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 being filled with the join link your bot needs to join a server of your choosing
- How do I make my discord. py bot use custom emoji?
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 for myself with a global emote dictionary
- How can I change the PFP of my bot Discord - Stack Overflow
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 portal but I
- How to change activity of a discord. py bot? - Stack Overflow
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
- discord. py - How can we add a bot when we are not the owner of the . . .
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 and click on the scopes you need ("Bot" is the one needed for bot commands although you will need "applications commands" if you plan to use the new slash commands It will generate a link that you (or someone
- Discord Bot to trigger other bots actions - Stack Overflow
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 !dothat
|
|
|