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

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

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

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

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

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

    Jun 30, 2019 · 0 I also experienced these kinds of issues while I was working on my project. to solve this issue, simply navigate to the Discord developer portal, pick OAuth2, select the URL Generator, set …

  8. How to create a leveling system with discord.py with python?

    May 27, 2020 · 5 I tried to make a levelling system into my bot but something went wrong. The level rose after each message and not after the specified parameter. How to make it work properly? How to …

  9. discord.js - How can I set custom status in discord bot according to ...

    Oct 26, 2019 · You can get custom status to appear on a bot, but it won't be able to say anything. According to a Github issue on discord-api-docs, More specifically, this issue, and even more …

  10. javascript - Discord.js Ping Command - Stack Overflow

    Aug 14, 2020 · I was trying to make a ping command for my bot here is my Code