About 15,900,000 results
Open links in new tab
  1. Music bot recommendation : r/Discord_Bots - Reddit

    Feb 17, 2024 · Can someone share a discord music bot that does quite literally everything? (rewind, forward, queue, ability to play playlists etc etc).

  2. 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

  3. how do i keep my bot online 24/7? : r/Discord_Bots - Reddit

    Dec 7, 2021 · I'm using discord.py with heroku to keep my bot online 24/7 but I guess it can work with js too. I don't know how the usage is calculated on heroku but you can get up to 1000h/month free …

  4. python - How do I get mobile status for discord bot by directly ...

    Jan 29, 2022 · Apparently, discord bots can have mobile status as opposed to the desktop (online) status that one gets by default. After a bit of digging I found out that such a status is achieved by …

  5. 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 …

  6. python - Discord bot doesn't show up in server members, even though ...

    Dec 23, 2022 · I made a bot with discord.py and have already invited it to my own private server. It works on that one without issues and now I wanted to add it to another server on which I have mod …

  7. r/Discord_Bots on Reddit: How can my one bot send command to my …

    Jul 26, 2022 · For example, bot 1 is listening on port 3000 of yourboturl.hostwebsite.com, you could send commands to yourboturl.hostwebsite.com:3000 and then bot 1 would execute those …

  8. python - Keep Discord Bot online on repl.it - Stack Overflow

    Feb 16, 2019 · How do I use repl.it for my Python Discord Bot, and keep it running 24/7. I used to use keep_alive but it stops working for some reason. Does anyone have any suggestions? I keep getting …

  9. Discord Bots - Reddit

    A subreddit to discuss & get involved with Discord bots, including recommendations, development and conversations.

  10. How do I "Link" a channel like a mention in my Discord Bot message?

    Mar 21, 2019 · I'd like our Discord Bot to mention a specific channel, and let it be clickable. I understand mentioning a user you use the user ID. I do have the channel Id, just unsure how to implement it.