About 238,000 results
Open links in new tab
  1. 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

  2. 403 Forbidden (error code: 50001): Missing Access when adding role ...

    Aug 7, 2020 · Apparently, if the Discord server your Bot / integration mandates multi-factor authentication, the developer account associated with your Bot MUST have MFA enabled. I enabled …

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

  4. How do i make a working slash command in discord.py

    Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.

  5. node.js - How to set bot's status - Stack Overflow

    So I'm trying to make my bot's streaming to be with depression but I've tried multiple things and they don't work. I've tried these methods: client.user.setPresence({ game: { name: 'with depressio...

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

  7. How do I mention a user in discord.py? - Stack Overflow

    May 14, 2017 · I'm trying to code a simple bot using discord.py, so I started with the fun commands to get familiar with the library. import discord client = discord.Client() @client.event async def …

  8. update bot without closing it discord python - Stack Overflow

    Nov 3, 2021 · You could use Cogs. They help you to load/unload/reload the bot. Put only essential commands that you don't update often in the main bot.py file and include a reload {specified file} …

  9. making discord bots online 24/7 in visual studio code discord.py

    Aug 26, 2022 · I have a discord bot that I want to make online 24/7 in visual studio code and need help. Like is there a different way than Heroku and mongo DB?

  10. discord.errors.Forbidden: 403 FORBIDDEN (error code: 50013): Missing ...

    Jun 30, 2019 · In my own servers, the bot seemed to work flawlessly, but a certain user tried using the bot on his own server and the error discord.errors.Forbidden: 403 FORBIDDEN (error code: 50013): …